1 Wed Apr 20 09:52:52 CEST 2011 Johnny Willemsen <jwillemsen@remedy.nl>
3 * ACE version 6.0.2 released.
5 Sun Apr 17 17:48:54 UTC 2011 Chad Beaulac <chad@objectivesolutions.com>
6 * tests/Bug_3912_Regression_Test.conf
8 * tests/Bug_3912_Regression_Test.cpp
10 Removed 3912 Test and conf file.
11 Will re-add after code freeze for upcoming release.
13 Sun Apr 17 14:11:52 UTC 2011 Chad Beaulac <chad@objectivesolutions.com>
15 Reverted previous commit. #3912 is not fixed.
18 Added (not)FIX_BUGS_ONLY to Bug_3912_Regression_Test
20 Sun Apr 17 13:30:23 UTC 2011 Chad Beaulac <chad@objectivesolutions.com>
23 ACE_Stream::remove(module) always calls close on the Module now.
24 It use to only call close when the flags was M_DELETE_NONE.
26 * tests/Bug_3912_Regression_Test.conf
27 * tests/Bug_3912_Regression_Test.cpp
28 Tests that close is called on an ACE_Task that's
29 the reader in a Module that's removed from the Stream.
31 * tests/Service_Config_Stream_DLL.cpp
32 Added make_close factory method for a new Module.
34 * tests/Bug_3334_Regression_Test.cpp
35 Initialized status variable to zero.
41 Fri Apr 15 14:07:34 UTC 2011 Adam Mitz <mitza@ociweb.com>
43 * tests/Bug_3709_Regression_Test.cpp:
45 Work-around a clang compiler crash in this test.
46 A bugzilla bug has been filed with the clang project.
48 Fri Apr 15 08:30:40 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
50 * tests/Bug_3943_Regression_Test.cpp:
53 Fri Apr 15 07:51:49 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
55 * bin/MakeProjectCreator/config/global.features:
56 Disable coredx by default
58 Thu Apr 14 19:17:04 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
60 * tests/Bug_3943_Regression_Test.cpp:
62 Scoreboard cleanup. "small" appears to be a reserved word on some
65 Thu Apr 14 09:27:20 UTC 2011 Olli Savia <ops@iki.fi>
67 * include/makeinclude/platform_freebsd.GNU:
68 Removed unused SOBUILD variable.
70 Thu Apr 14 07:58:19 UTC 2011 Olli Savia <ops@iki.fi>
73 * ace/config-lynxos.h:
74 * ace/os_include/sys/os_resource.h:
75 Removed legacy rlimit related settings.
77 Wed Apr 13 13:29:13 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
79 * tests/Bug_3943_Regression_Test.cpp:
81 Still more scoreboard cleanup. The ACE defined iovec struct uses
82 u_long for the iovlen rather than size_t, and on x64 systems, size_t
83 is actually larger than u_long, so a "possible loss of data" warning
84 is generated when assigning from a size_t to a u_long.
86 Wed Apr 13 09:39:09 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
88 * tests/Time_Value_Test.cpp:
89 * tests/Bug_2434_Regression_Test.cpp:
90 Overflow problem is part of bugzilla 2434, only do the test there,
91 that way Time_Value_Test should run in all builds
94 * tests/Bug_3758_Regression_Test.cpp:
95 * tests/Date_Time_Test.cpp:
98 Wed Apr 13 07:41:31 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
100 * ace/Time_Value.inl:
101 Removed truncate_cast because it gives problems on Windows. Thanks
102 to Jonathan Saxton <jsaxton at appsecinc dot com>
104 * tests/Time_Value_Test.cpp:
105 Extended with new test for change above
107 Tue Apr 12 20:39:11 UTC 2011 Olli Savia <ops@iki.fi>
110 Added a note about rand_r() and getpwnam_r() changes.
112 Tue Apr 12 18:51:21 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
114 * tests/Bug_3943_Regression_Test.cpp:
116 More scoreboard cleanup.
118 Mon Apr 11 17:21:31 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
121 Another try to fix qnx 6.3
123 Mon Apr 11 06:30:07 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
125 * include/makeinclude/platform_g++_common.GNU:
126 Added support for no-optimize-sibling-calls
128 Sun Apr 10 18:04:19 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
131 Don't define _QNX_SOURCE, already defined by default
133 Sun Apr 10 17:32:22 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
136 qnx63 has much less than qnx65
138 Sun Apr 10 17:03:49 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
141 Made some fixes for qnx65
143 * include/makeinclude/platform_qnx_gcc.GNU:
146 Sun Apr 10 14:58:13 UTC 2011 Phil Mesnier <mesnier_p@ociwb.com>
148 * tests/run_test.lst:
151 Bug_3943_Regression_Test needs to avoid ace_for_tao.
153 Sat Apr 9 12:56:05 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
155 * tests/Bug_3943_Regression_Test.cpp:
159 Sat Apr 9 08:29:15 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
162 Added ACE_LACKS_ISWBLANK
164 Fri Apr 8 21:55:21 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
166 * ace/OS_NS_sys_socket.cpp:
168 * tests/Bug_3943_Regression_Test.cpp:
170 Clean up code for non-windows builds. The test now runs on
171 non-windows, although the 3943 regression isn't actually
172 evaluated as the error is windows specfic.
174 Fri Apr 8 13:35:54 UTC 2011 Adam Mitz <mitza@ociweb.com>
176 * ace/config-linux.h:
177 * include/makeinclude/platform_linux_clang.GNU:
179 Support for the Clang C++ compiler (http://clang.llvm.org) on Linux.
181 Fri Apr 8 13:15:08 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
183 * ace/OS_NS_sys_socket.h:
184 * ace/OS_NS_sys_socket.inl:
185 * ace/OS_NS_sys_socket.cpp:
187 Fix for bug 3943, the regression test added the other day should
190 Thu Apr 7 11:40:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
192 Merged changes from Remedy work branch.
194 === start changelog ===
196 Mon Mar 21 17:58:15 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
200 * ace/WFMO_Reactor.h:
203 Mon Feb 28 13:32:56 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
205 * ace/Local_Tokens.h:
208 Tue Feb 22 13:21:35 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
211 * ace/WFMO_Reactor.h:
214 Sun Feb 20 12:47:05 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
216 * ace/OS_NS_Thread.h:
217 * ace/OS_NS_Thread.inl:
218 * ace/OS_NS_Thread.cpp:
219 Removed ACE_HAS_NONSCALAR_THREAD_KEY_T, we don't have a config file
223 * ace/TSS_Adapter.cpp:
225 Added missing ACE_Export
227 * ace/os_include/os_signal.h:
228 Simplified ifdef checks
230 * bin/MakeProjectCreator/config/acedefaults.mpb:
231 Removed exceptions, added cdt6
234 * include/makeinclude/platform_qnx_gcc.GNU:
235 New files for QNX, simplified them and extended support for QNX 6.5
237 * include/makeinclude/platform_qnx_neutrino.GNU:
238 * include/makeinclude/platform_qnx_rtp_gcc.GNU:
241 Mon Feb 14 18:02:20 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
243 * rpmbuild/ace-tao.spec:
244 Set explicit MPC_ROOT
246 === end changelog ===
248 Wed Apr 6 14:39:10 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
252 Added Bug 3943 regression test to build.
254 Wed Apr 6 14:14:59 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
256 * tests/Bug_3943_Regression_Test.cpp:
257 * tests/run_test.lst:
259 Adding new test prior to committing fix.
261 Wed Apr 6 12:57:42 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
263 * docs/ACE-guidelines.html:
265 Updated emacs directive to remove trailing whitespace.
267 Tue Apr 5 14:27:40 UTC 2011 Martin Corino <mcorino@remedy.nl>
269 * protocols/ace/INet/ClientRequestHandler.h:
270 * protocols/ace/INet/HTTP_ClientRequestHandler.h:
271 * protocols/ace/INet/URLBase.h:
272 Fixes for MingW32 link problem.
274 Tue Apr 5 13:01:08 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
276 * include/makeinclude/platform_macosx_iphone.GNU:
278 Added new feature, iphone_codesign, to only use the iPhone codesign
279 utility if explicitly set. Recent changes in behavior have make this
280 problematic in automated builds.
282 Tue Apr 5 12:36:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
288 * ace/Handle_Set.cpp:
289 * ace/Hash_Multi_Map_Manager_T.cpp:
296 * ace/Handle_Set.inl:
297 Removed some old includes, should not be a problem with the current
300 * bin/vx_repo_link.pl:
301 Removed this file, vxsim is not supported anymore
303 Mon Apr 4 09:42:27 UTC 2011 Martin Corino <mcorino@remedy.nl>
305 * include/makeinclude/rules.local.GNU:
306 * include/makeinclude/wrapper_macros.GNU:
307 Added support to build from symlinked project root.
309 Thu Mar 31 12:59:08 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
311 * include/makeinclude/platform_g++_common.GNU:
312 If CROSS_COMPILE is set, set CROSS-COMPILE to 1
314 Tue Mar 29 12:37:49 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
316 * bin/doxygen-convert-h.pl:
317 Also convert idl files
319 * apps/JAWS2/JAWS/Policy.h:
320 * apps/JAWS2/JAWS/Reaper.h:
321 * tests/Message_Queue_Test_Ex.cpp:
322 * tests/Wild_Match_Test.cpp:
325 Tue Mar 29 07:09:56 UTC 2011 Martin Corino <mcorino@remedy.nl>
327 * protocols/ace/INet/ClientRequestHandler.h:
328 * protocols/ace/INet/HTTP_ClientRequestHandler.h:
329 * protocols/ace/INet/URLBase.h:
330 Made explicit export defs on nested classes default for all MSVC
331 compilers as it turns out VC10 is troubled by this deficiency
334 Mon Mar 28 09:58:25 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
336 * netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp:
337 * netsvcs/clients/Tokens/invariant/invariant.cpp:
338 * netsvcs/clients/Tokens/mutex/test_mutex.cpp:
341 Mon Mar 28 07:50:45 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
343 * ASNMP/asnmp/vb.cpp:
344 * ASNMP/examples/get/get_async.cpp:
345 * ASNMP/tests/Gauge_Test.cpp:
346 * apps/Gateway/Gateway/gatewayd.cpp:
347 * apps/Gateway/Peer/peerd.cpp:
348 * apps/JAWS/clients/Blobby/blobby.cpp:
349 * apps/JAWS2/JAWS/IO_Handler.h:
350 * apps/JAWS2/JAWS/IO_Handler.cpp:
351 * apps/JAWS2/JAWS/Jaws_IO.h:
352 * apps/drwho/Hash_Table.h:
353 * protocols/tests/HTBP/Send_Recv_Tests/client.cpp:
354 * protocols/tests/HTBP/Send_Recv_Tests/server.cpp:
357 Mon Mar 28 07:41:37 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
360 Extended to check for old documentation style
363 * ASNMP/agent/agent_impl.h:
364 * ASNMP/agent/snmp_agent.h:
366 * ASNMP/asnmp/address.cpp:
367 * ASNMP/asnmp/asn1.cpp:
368 * ASNMP/asnmp/counter.cpp:
369 * ASNMP/asnmp/ctr64.cpp:
370 * ASNMP/asnmp/gauge.cpp:
371 * ASNMP/asnmp/integer.cpp:
372 * ASNMP/asnmp/octet.cpp:
373 * ASNMP/asnmp/oid.cpp:
374 * ASNMP/asnmp/pdu.cpp:
375 * ASNMP/asnmp/sagent.cpp:
376 * ASNMP/asnmp/snmp.cpp:
377 * ASNMP/asnmp/target.cpp:
378 * ASNMP/asnmp/timetick.cpp:
379 * ASNMP/asnmp/transaction.cpp:
380 * ASNMP/asnmp/vb.cpp:
381 * ASNMP/asnmp/wpdu.cpp:
383 * ASNMP/examples/get/get.cpp:
384 * ASNMP/examples/get/get_async.cpp:
386 * ASNMP/examples/next/next.cpp:
388 * ASNMP/examples/set/set.cpp:
390 * ASNMP/examples/trap/trap.cpp:
392 * ASNMP/examples/walk/walk.cpp:
394 * ASNMP/tests/Address_Test.cpp:
395 * ASNMP/tests/Counter64_Test.cpp:
396 * ASNMP/tests/Counter_Test.cpp:
397 * ASNMP/tests/Gauge_Test.cpp:
398 * ASNMP/tests/Integer_Test.cpp:
399 * ASNMP/tests/Octet_Test.cpp:
400 * ASNMP/tests/Oid_Test.cpp:
401 * ASNMP/tests/Target_Test.cpp:
402 * ASNMP/tests/Varbind_Test.cpp:
403 * ASNMP/tests/test_config.h:
405 * Kokyu/Kokyu_dsrt.h:
407 * ace/Codeset_Registry.h:
408 * ace/Codeset_Registry.inl:
410 * ace/ETCL/ETCL_l.cpp:
411 * ace/ETCL/ETCL_y.cpp:
413 * ace/OS_NS_signal.inl:
415 * apps/Gateway/Gateway/Concrete_Connection_Handlers.h:
416 * apps/Gateway/Gateway/Config_Files.h:
417 * apps/Gateway/Gateway/Connection_Handler.h:
418 * apps/Gateway/Gateway/Connection_Handler_Acceptor.h:
419 * apps/Gateway/Gateway/Connection_Handler_Connector.h:
420 * apps/Gateway/Gateway/Consumer_Dispatch_Set.h:
421 * apps/Gateway/Gateway/Event.h:
422 * apps/Gateway/Gateway/Event_Channel.h:
423 * apps/Gateway/Gateway/Event_Forwarding_Discriminator.h:
424 * apps/Gateway/Gateway/File_Parser.h:
425 * apps/Gateway/Gateway/Gateway.h:
426 * apps/Gateway/Gateway/Options.h:
427 * apps/Gateway/Gateway/gatewayd.cpp:
429 * apps/Gateway/Peer/Options.h:
430 * apps/Gateway/Peer/Peer.h:
431 * apps/Gateway/Peer/peerd.cpp:
433 * apps/JAWS/clients/Blobby/Blob.h:
434 * apps/JAWS/clients/Blobby/Blob_Handler.h:
435 * apps/JAWS/clients/Blobby/Options.h:
436 * apps/JAWS/clients/Blobby/blobby.cpp:
438 * apps/JAWS/clients/Caching/ID_Generator.h:
439 * apps/JAWS/clients/Caching/Local_Locator.h:
440 * apps/JAWS/clients/Caching/Locator_Request_Reply.h:
441 * apps/JAWS/clients/Caching/URL_Array_Helper.h:
442 * apps/JAWS/clients/Caching/URL_Locator.h:
443 * apps/JAWS/clients/Caching/URL_Properties.h:
444 * apps/JAWS/clients/Caching/http_client.cpp:
445 * apps/JAWS/clients/Caching/http_handler.h:
446 * apps/JAWS/clients/Caching/http_handler.cpp:
448 * apps/JAWS2/JAWS/IO_Handler.h:
449 * apps/JAWS2/JAWS/Jaws_IO.h:
451 * apps/drwho/BS_Client.h:
452 * apps/drwho/BS_Server.h:
453 * apps/drwho/Binary_Search.h:
454 * apps/drwho/CM_Client.h:
455 * apps/drwho/CM_Server.h:
456 * apps/drwho/Comm_Manager.h:
457 * apps/drwho/Drwho_Node.h:
458 * apps/drwho/File_Manager.h:
459 * apps/drwho/HT_Client.h:
460 * apps/drwho/HT_Server.h:
461 * apps/drwho/Hash_Table.h:
462 * apps/drwho/Multicast_Manager.h:
463 * apps/drwho/Options.h:
464 * apps/drwho/PMC_All.h:
465 * apps/drwho/PMC_Flo.h:
466 * apps/drwho/PMC_Ruser.h:
467 * apps/drwho/PMC_Usr.h:
468 * apps/drwho/PMS_All.h:
469 * apps/drwho/PMS_Flo.h:
470 * apps/drwho/PMS_Ruser.h:
471 * apps/drwho/PMS_Usr.h:
472 * apps/drwho/PM_Client.h:
473 * apps/drwho/PM_Server.h:
474 * apps/drwho/Protocol_Manager.h:
475 * apps/drwho/Protocol_Record.h:
476 * apps/drwho/Rwho_DB_Manager.h:
477 * apps/drwho/SL_Client.h:
478 * apps/drwho/SL_Server.h:
479 * apps/drwho/SML_Client.h:
480 * apps/drwho/SML_Server.h:
481 * apps/drwho/SMR_Client.h:
482 * apps/drwho/SMR_Server.h:
483 * apps/drwho/SM_Client.h:
484 * apps/drwho/SM_Server.h:
485 * apps/drwho/Search_Struct.h:
486 * apps/drwho/Select_Manager.h:
487 * apps/drwho/Single_Lookup.h:
488 * apps/drwho/client.cpp:
489 * apps/drwho/global.h:
490 * apps/drwho/server.cpp:
492 * netsvcs/clients/Tokens/collection/collection.cpp:
494 * netsvcs/clients/Tokens/deadlock/deadlock_detection_test.cpp:
496 * netsvcs/clients/Tokens/invariant/invariant.cpp:
498 * netsvcs/clients/Tokens/manual/manual.cpp:
500 * netsvcs/clients/Tokens/mutex/test_mutex.cpp:
502 * netsvcs/clients/Tokens/rw_lock/rw_locks.cpp:
504 * performance-tests/Synch-Benchmarks/Synch_Lib/Benchmark_Base.h:
505 * performance-tests/Synch-Benchmarks/Synch_Lib/Benchmark_Base.cpp:
507 * protocols/tests/HTBP/Send_Recv_Tests/client.cpp:
508 * protocols/tests/HTBP/Send_Recv_Tests/server.cpp:
510 * websvcs/lib/URL_Addr.h:
512 Sat Mar 26 12:07:59 UTC 2011 Olli Savia <ops@iki.fi>
514 * ace/config-lynxos.h:
515 AIO is not available in single thread builds on LynxOS 4.x.
517 Thu Mar 24 18:59:55 UTC 2011 Olli Savia <ops@iki.fi>
519 * ace/config-lynxos.h:
520 Define ACE_LACKS_REALPATH on LynxOS 5.0. Platform has
521 function prototype but doesn't provide implementation.
523 Thu Mar 24 18:31:21 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
525 * performance-tests/Misc/basic_func.h:
526 * performance-tests/Misc/basic_perf.cpp:
527 * performance-tests/Misc/childbirth_time.cpp:
528 * performance-tests/Misc/context_switch_time.cpp:
529 * performance-tests/Misc/preempt.cpp:
530 * performance-tests/Misc/test_naming.cpp:
531 * performance-tests/SCTP/SOCK_SEQPACK_Association_Test.cpp:
532 * performance-tests/TCP/tcp_test.cpp:
533 * performance-tests/UDP/udp_test.cpp:
536 Thu Mar 24 13:26:32 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
538 * examples/Bounded_Packet_Relay/BPR_Drivers.h:
539 * examples/Bounded_Packet_Relay/BPR_Drivers.cpp:
540 * examples/Bounded_Packet_Relay/BPR_Drivers_T.h:
541 * examples/Bounded_Packet_Relay/BPR_Drivers_T.cpp:
542 * examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.h:
543 * examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.cpp:
544 * examples/Bounded_Packet_Relay/bpr_thread.cpp:
545 * examples/Connection/misc/Connection_Handler.cpp:
546 * examples/DLL/Magazine.h:
547 * examples/DLL/Newsweek.h:
548 * examples/DLL/Today.h:
549 * examples/IPC_SAP/UPIPE_SAP/ex1.cpp:
550 * examples/IPC_SAP/UPIPE_SAP/ex2.cpp:
551 * examples/IPC_SAP/UPIPE_SAP/ex3.cpp:
552 * examples/Log_Msg/test_callback.cpp:
553 * examples/Log_Msg/test_log_msg.cpp:
554 * examples/Log_Msg/test_ostream.cpp:
555 * examples/Logger/simple-server/Logging_Acceptor.h:
556 * examples/Logger/simple-server/Logging_Handler.h:
557 * examples/Logger/simple-server/Reactor_Singleton.h:
558 * examples/Misc/test_trace.cpp:
559 * examples/NT_Service/main.cpp:
560 * examples/NT_Service/ntsvc.h:
561 * examples/NT_Service/ntsvc.cpp:
562 * examples/OS/Process/imore.cpp:
563 * examples/OS/Process/process.cpp:
564 * examples/QOS/Change_Receiver_FlowSpec/Fill_ACE_QoS.h:
565 * examples/QOS/Change_Receiver_FlowSpec/FlowSpec_Dbase.h:
566 * examples/QOS/Change_Receiver_FlowSpec/QoS_Signal_Handler.h:
567 * examples/QOS/Change_Receiver_FlowSpec/QoS_Util.h:
568 * examples/QOS/Change_Receiver_FlowSpec/Receiver_QoS_Event_Handler.h:
569 * examples/QOS/Change_Receiver_FlowSpec/Receiver_QoS_Event_Handler.cpp:
570 * examples/QOS/Change_Receiver_FlowSpec/Sender_QoS_Event_Handler.h:
571 * examples/QOS/Change_Receiver_FlowSpec/Sender_QoS_Event_Handler.cpp:
572 * examples/QOS/Change_Receiver_FlowSpec/receiver.cpp:
573 * examples/QOS/Change_Receiver_FlowSpec/sender.cpp:
574 * examples/QOS/Change_Sender_TSpec/Fill_ACE_QoS.h:
575 * examples/QOS/Change_Sender_TSpec/FlowSpec_Dbase.h:
576 * examples/QOS/Change_Sender_TSpec/QoS_Signal_Handler.h:
577 * examples/QOS/Change_Sender_TSpec/QoS_Util.h:
578 * examples/QOS/Change_Sender_TSpec/Receiver_QoS_Event_Handler.h:
579 * examples/QOS/Change_Sender_TSpec/Receiver_QoS_Event_Handler.cpp:
580 * examples/QOS/Change_Sender_TSpec/Sender_QoS_Event_Handler.h:
581 * examples/QOS/Change_Sender_TSpec/Sender_QoS_Event_Handler.cpp:
582 * examples/QOS/Change_Sender_TSpec/receiver.cpp:
583 * examples/QOS/Change_Sender_TSpec/sender.cpp:
584 * examples/QOS/Simple/Fill_ACE_QoS.h:
585 * examples/QOS/Simple/FlowSpec_Dbase.h:
586 * examples/QOS/Simple/QoS_Signal_Handler.h:
587 * examples/QOS/Simple/QoS_Util.h:
588 * examples/QOS/Simple/Receiver_QoS_Event_Handler.h:
589 * examples/QOS/Simple/Receiver_QoS_Event_Handler.cpp:
590 * examples/QOS/Simple/Sender_QoS_Event_Handler.h:
591 * examples/QOS/Simple/Sender_QoS_Event_Handler.cpp:
592 * examples/QOS/Simple/receiver.cpp:
593 * examples/QOS/Simple/sender.cpp:
594 * examples/Reactor/Misc/test_early_timeouts.cpp:
595 * examples/Reactor/Proactor/Aio_Platform_Test_C.cpp:
596 * examples/Reactor/Proactor/post_completions.cpp:
597 * examples/Reactor/Proactor/simple_test_proactor.cpp:
598 * examples/Reactor/Proactor/test_aiocb.cpp:
599 * examples/Reactor/Proactor/test_aiocb_ace.cpp:
600 * examples/Reactor/Proactor/test_aiosig.cpp:
601 * examples/Reactor/Proactor/test_aiosig_ace.cpp:
602 * examples/Reactor/Proactor/test_cancel.cpp:
603 * examples/Reactor/Proactor/test_end_event_loop.cpp:
604 * examples/Reactor/Proactor/test_multiple_loops.cpp:
605 * examples/Reactor/Proactor/test_proactor.cpp:
606 * examples/Reactor/Proactor/test_proactor2.cpp:
607 * examples/Reactor/Proactor/test_proactor3.cpp:
608 * examples/Reactor/Proactor/test_timeout.cpp:
609 * examples/Reactor/Proactor/test_timeout_st.cpp:
610 * examples/Reactor/Proactor/test_udp_proactor.cpp:
611 * examples/Reactor/WFMO_Reactor/APC.cpp:
612 * examples/Reactor/WFMO_Reactor/Abandoned.cpp:
613 * examples/Reactor/WFMO_Reactor/Console_Input.cpp:
614 * examples/Reactor/WFMO_Reactor/Directory_Changes.cpp:
615 * examples/Reactor/WFMO_Reactor/Exceptions.cpp:
616 * examples/Reactor/WFMO_Reactor/Handle_Close.cpp:
617 * examples/Reactor/WFMO_Reactor/Multithreading.cpp:
618 * examples/Reactor/WFMO_Reactor/Network_Events.cpp:
619 * examples/Reactor/WFMO_Reactor/Prerun_State_Changes.cpp:
620 * examples/Reactor/WFMO_Reactor/Registration.cpp:
621 * examples/Reactor/WFMO_Reactor/Registry_Changes.cpp:
622 * examples/Reactor/WFMO_Reactor/Removals.cpp:
623 * examples/Reactor/WFMO_Reactor/Suspended_Removals.cpp:
624 * examples/Reactor/WFMO_Reactor/Talker.cpp:
625 * examples/Reactor/WFMO_Reactor/Timeouts.cpp:
626 * examples/Reactor/WFMO_Reactor/Window_Messages.cpp:
627 * examples/Service_Configurator/Misc/main.cpp:
628 * examples/Threads/TSS_Data.h:
629 * examples/Threads/TSS_Obj.h:
630 * examples/Threads/TSS_Task.h:
631 * examples/Threads/future1.cpp:
632 * examples/Threads/future2.cpp:
633 * examples/Threads/process_manager.cpp:
634 * examples/Threads/task_five.cpp:
635 * examples/Threads/tss1.cpp:
636 * examples/Threads/tss2.cpp:
637 * examples/Timer_Queue/Custom_Handler.h:
638 * examples/Timer_Queue/Custom_Handler.cpp:
639 * examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.h:
640 * examples/Timer_Queue/Thread_Timer_Queue_Custom_Handler_Test.cpp:
641 * examples/Timer_Queue/main_thread_custom_handler.cpp:
642 * examples/Web_Crawler/Command_Processor.h:
643 * examples/Web_Crawler/HTTP_URL.h:
644 * examples/Web_Crawler/Iterators.h:
645 * examples/Web_Crawler/Mem_Map_Stream.h:
646 * examples/Web_Crawler/Options.h:
647 * examples/Web_Crawler/URL.h:
648 * examples/Web_Crawler/URL_Addr.h:
649 * examples/Web_Crawler/URL_Status.h:
650 * examples/Web_Crawler/URL_Visitor.h:
651 * examples/Web_Crawler/URL_Visitor_Factory.h:
652 * examples/Web_Crawler/Web_Crawler.h:
653 * examples/Web_Crawler/main.cpp:
654 Converted to doxygen style of documentation
656 Thu Mar 24 13:10:02 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
658 * tests/ACE_Init_Test.h:
659 * tests/ACE_Init_Test_Resource.h:
660 * tests/ACE_Init_Test_StdAfx.h:
661 * tests/Aio_Platform_Test.cpp:
662 * tests/Atomic_Op_Test.cpp:
663 * tests/Auto_Event_Test.cpp:
664 * tests/Auto_IncDec_Test.cpp:
665 * tests/Barrier_Test.cpp:
666 * tests/Based_Pointer_Test.cpp:
667 * tests/Based_Pointer_Test_Lib.cpp:
668 * tests/Basic_Types_Test.cpp:
669 * tests/Bound_Ptr_Test.h:
670 * tests/Buffer_Stream_Test.cpp:
671 * tests/Bug_2434_Regression_Test.cpp:
672 * tests/Bug_2653_Regression_Test.cpp:
673 * tests/Bug_2659_Regression_Test.cpp:
674 * tests/Bug_3539_Regression_Test.cpp:
675 * tests/Bug_3729_Regression_Test.cpp:
676 * tests/CDR_Array_Test.cpp:
677 * tests/CDR_File_Test.cpp:
678 * tests/CDR_Test.cpp:
679 * tests/Cache_Map_Manager_Test.h:
680 * tests/Cache_Map_Manager_Test.cpp:
681 * tests/Cached_Accept_Conn_Test.h:
682 * tests/Cached_Accept_Conn_Test.cpp:
683 * tests/Cached_Allocator_Test.cpp:
684 * tests/Cached_Conn_Test.h:
685 * tests/Cached_Conn_Test.cpp:
686 * tests/Capabilities_Test.cpp:
687 * tests/Codecs_Test.cpp:
688 * tests/Collection_Test.h:
689 * tests/Collection_Test.cpp:
690 * tests/Config_Test.h:
691 * tests/Config_Test.cpp:
693 * tests/Conn_Test.cpp:
694 * tests/DLL_Test.cpp:
695 * tests/DLL_Test_Impl.h:
696 * tests/DLL_Test_Impl.cpp:
697 * tests/DLList_Test.cpp:
698 * tests/Dirent_Test.cpp:
699 * tests/Dynamic_Priority_Test.cpp:
700 * tests/Dynamic_Test.cpp:
701 * tests/Enum_Interfaces_Test.cpp:
702 * tests/FIFO_Test.cpp:
703 * tests/FlReactor_Test.cpp:
704 * tests/Framework_Component_DLL.h:
705 * tests/Framework_Component_DLL.cpp:
706 * tests/Framework_Component_Test.h:
707 * tests/Future_Set_Test.cpp:
708 * tests/Future_Test.cpp:
709 * tests/Handle_Set_Test.cpp:
710 * tests/Hash_Map_Bucket_Iterator_Test.cpp:
711 * tests/Hash_Map_Manager_Test.cpp:
712 * tests/Hash_Multi_Map_Manager_Test.cpp:
713 * tests/High_Res_Timer_Test.cpp:
714 * tests/INET_Addr_Test.cpp:
715 * tests/IOStream_Test.cpp:
716 * tests/Intrusive_Auto_Ptr_Test.cpp:
717 * tests/Lazy_Map_Manager_Test.cpp:
718 * tests/Log_Msg_Backend_Test.cpp:
719 * tests/Log_Msg_Test.cpp:
720 * tests/Logging_Strategy_Test.cpp:
721 * tests/MEM_Stream_Test.h:
722 * tests/MEM_Stream_Test.cpp:
723 * tests/MM_Shared_Memory_Test.cpp:
724 * tests/MT_NonBlocking_Connect_Test.cpp:
725 * tests/MT_Reactor_Timer_Test.h:
726 * tests/MT_Reactor_Timer_Test.cpp:
727 * tests/MT_Reactor_Upcall_Test.cpp:
728 * tests/MT_Reference_Counted_Event_Handler_Test.cpp:
729 * tests/MT_Reference_Counted_Notify_Test.cpp:
730 * tests/MT_SOCK_Test.cpp:
732 * tests/Malloc_Test.h:
733 * tests/Malloc_Test.cpp:
734 * tests/Manual_Event_Test.cpp:
735 * tests/Map_Manager_Test.cpp:
737 * tests/Map_Test.cpp:
738 * tests/Max_Default_Port_Test.h:
739 * tests/Max_Default_Port_Test.cpp:
740 * tests/Mem_Map_Test.cpp:
741 * tests/Message_Block_Test.cpp:
742 * tests/Message_Queue_Notifications_Test.cpp:
743 * tests/Message_Queue_Test.cpp:
744 * tests/Message_Queue_Test_Ex.cpp:
745 * tests/Missing_Svc_Conf_Test.cpp:
746 * tests/Multihomed_INET_Addr_Test.cpp:
747 * tests/Multihomed_INET_Addr_Test_IPV6.cpp:
748 * tests/NDDS_Timer_Test.cpp:
749 * tests/Naming_Test.cpp:
750 * tests/Network_Adapters_Test.h:
751 * tests/Network_Adapters_Test.cpp:
752 * tests/New_Fail_Test.cpp:
753 * tests/NonBlocking_Conn_Test.h:
754 * tests/NonBlocking_Conn_Test.cpp:
755 * tests/Notify_Performance_Test.cpp:
756 * tests/Object_Manager_Flipping_Test.cpp:
757 * tests/Object_Manager_Test.cpp:
758 * tests/Obstack_Test.cpp:
759 * tests/OrdMultiSet_Test.cpp:
760 * tests/Pipe_Test.cpp:
761 * tests/Priority_Buffer_Test.cpp:
762 * tests/Priority_Reactor_Test.h:
763 * tests/Priority_Reactor_Test.cpp:
764 * tests/Priority_Task_Test.cpp:
765 * tests/Proactor_Test.h:
766 * tests/Proactor_Timer_Test.cpp:
767 * tests/Process_Env_Test.cpp:
768 * tests/Process_Manager_Test.cpp:
769 * tests/Process_Manual_Event_Test.cpp:
770 * tests/Process_Mutex_Test.cpp:
771 * tests/Process_Semaphore_Test.cpp:
772 * tests/Process_Strategy_Test.h:
773 * tests/Process_Strategy_Test.cpp:
774 * tests/Process_Test.cpp:
775 * tests/QtReactor_Test.cpp:
776 * tests/RB_Tree_Test.h:
777 * tests/RB_Tree_Test.cpp:
778 * tests/RW_Process_Mutex_Test.cpp:
779 * tests/Reactor_Dispatch_Order_Test.cpp:
780 * tests/Reactor_Dispatch_Order_Test_Dev_Poll.cpp:
781 * tests/Reactor_Exceptions_Test.cpp:
782 * tests/Reactor_Fairness_Test.h:
783 * tests/Reactor_Fairness_Test.cpp:
784 * tests/Reactor_Notify_Test.cpp:
785 * tests/Reactor_Performance_Test.h:
786 * tests/Reactor_Performance_Test.cpp:
787 * tests/Reactor_Registration_Test.cpp:
788 * tests/Reactor_Timer_Test.cpp:
789 * tests/Reactors_Test.cpp:
790 * tests/Reader_Writer_Test.cpp:
791 * tests/Recursive_Condition_Bug_Test.cpp:
792 * tests/Recursive_Condition_Test.cpp:
793 * tests/Recursive_Mutex_Test.cpp:
794 * tests/Refcounted_Auto_Ptr_Test.h:
795 * tests/Refcounted_Event_Handler_Test_DevPoll.cpp:
796 * tests/Reference_Counted_Event_Handler_Test.cpp:
797 * tests/Reverse_Lock_Test.cpp:
798 * tests/SOCK_Connector_Test.cpp:
799 * tests/SOCK_Dgram_Bcast_Test.cpp:
800 * tests/SOCK_Dgram_Test.cpp:
801 * tests/SOCK_Netlink_Test.cpp:
802 * tests/SOCK_SEQPACK_SCTP_Test.cpp:
803 * tests/SOCK_Send_Recv_Test.cpp:
804 * tests/SOCK_Test.cpp:
805 * tests/SPIPE_Test.cpp:
806 * tests/SSL/Main.cpp:
807 * tests/SSL/SSL_Asynch_Stream_Test.cpp:
808 * tests/SSL/Thread_Pool_Reactor_SSL_Test.h:
809 * tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp:
810 * tests/SString_Test.cpp:
811 * tests/SV_Shared_Memory_Test.cpp:
812 * tests/Semaphore_Test.cpp:
813 * tests/Sig_Handlers_Test.cpp:
814 * tests/Signal_Test.cpp:
815 * tests/Sigset_Ops_Test.cpp:
816 * tests/Simple_Message_Block_Test.cpp:
817 * tests/Singleton_Test.cpp:
818 * tests/Svc_Handler_Test.cpp:
819 * tests/TP_Reactor_Test.h:
820 * tests/TP_Reactor_Test.cpp:
821 * tests/TSS_Static_Test.cpp:
822 * tests/TSS_Test.cpp:
823 * tests/TSS_Test_Errno.h:
824 * tests/Task_Ex_Test.cpp:
825 * tests/Task_Test.cpp:
826 * tests/Thread_Attrs_Test.cpp:
827 * tests/Thread_Creation_Threshold_Test.cpp:
828 * tests/Thread_Manager_Test.cpp:
829 * tests/Thread_Mutex_Test.cpp:
830 * tests/Thread_Pool_Reactor_Resume_Test.h:
831 * tests/Thread_Pool_Reactor_Resume_Test.cpp:
832 * tests/Thread_Pool_Reactor_Test.h:
833 * tests/Thread_Pool_Reactor_Test.cpp:
834 * tests/Thread_Pool_Test.cpp:
835 * tests/Time_Service_Test.cpp:
836 * tests/Time_Value_Test.cpp:
837 * tests/Timeprobe_Test.cpp:
838 * tests/Timer_Cancellation_Test.cpp:
839 * tests/Timer_Queue_Reference_Counting_Test.cpp:
840 * tests/Timer_Queue_Test.cpp:
841 * tests/TkReactor_Test.cpp:
842 * tests/Tokens_Test.cpp:
843 * tests/UPIPE_SAP_Test.cpp:
844 * tests/UUID_Test.cpp:
845 * tests/Unbounded_Set_Test.cpp:
846 * tests/Unload_libACE.cpp:
847 * tests/Upgradable_RW_Test.h:
848 * tests/Upgradable_RW_Test.cpp:
849 * tests/Vector_Test.cpp:
850 * tests/WFMO_Reactor_Test.cpp:
851 * tests/XtAthenaReactor_Test.cpp:
852 * tests/XtMotifReactor_Test.cpp:
853 Converted to doxygen style of documentation
855 Wed Mar 23 18:36:19 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
858 Also check numeric log level for dds4ccm
860 Wed Mar 23 13:17:54 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
864 Enabled the numeric dance log check at a lower level so it will
865 run with the fuzz build.
867 Tue Mar 22 21:09:14 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
872 * ace/config-win32-borland.h:
875 Tue Mar 22 15:40:00 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
877 * ace/os_include/os_ifaddrs.h:
880 * ace/OS_NS_stdlib.inl:
881 * ace/config-WinCE.h:
882 Added new define to not check for OS in OS_NS_ file
884 * ace/Sock_Connect.cpp:
885 use new os_ifaddrs.h wrapper
887 * tests/Dirent_Test.cpp:
888 * tests/Test_Output.cpp:
891 Tue Mar 22 09:24:54 UTC 2011 Olli Savia <ops@iki.fi>
893 * ace/config-openbsd.h:
894 Added back ACE_LACKS_SETSCHED. OpenBSD does not provide
897 Tue Mar 22 09:18:44 UTC 2011 Olli Savia <ops@iki.fi>
899 * ace/config-lynxos.h:
900 Reverted: Mon Mar 21 16:10:05 UTC 2011 Olli Savia <ops@iki.fi>
901 Put back ACE_LACKS_RLIMIT_NOFILE. The problem with LynxOS 4.2
904 Mon Mar 21 20:40:36 UTC 2011 James Edmondson <james.r.edmondson@vanderbilt.edu>
907 Commented out lines that may be used for debugging the
910 Mon Mar 21 20:18:52 UTC 2011 James Edmondson <james.r.edmondson@vanderbilt.edu>
913 Reverted previous changes
915 Mon Mar 21 19:07:52 UTC 2011 James Edmondson <james.r.edmondson@vanderbilt.edu>
918 Stopped fuzz.pl from looking into lib/bin/Debug/Release
919 Stopped fuzz.pl from considering *C.* and *S.* generated files
920 Stopped fuzz.pl from considering *_export.h
922 Mon Mar 21 19:02:57 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
924 * html/Stats/index.shtml:
925 Playstation xampler results are not available anymore
927 Mon Mar 21 16:10:05 UTC 2011 Olli Savia <ops@iki.fi>
929 * ace/config-lynxos.h:
930 ACE_LACKS_THREAD_PROCESS_SCOPING is needed on LynxOS 4.2.
932 Mon Mar 21 15:15:52 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
935 Also check DANCE_TRACE
937 Mon Mar 21 14:23:46 UTC 2011 Olli Savia <ops@iki.fi>
939 * ace/config-openbsd.h:
940 * include/makeinclude/platform_openbsd.GNU:
941 Improved support for OpenBSD.
943 Mon Mar 21 12:48:01 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
947 * ace/OS_NS_netdb.inl:
948 * ace/OS_NS_netdb.cpp:
953 * ace/os_include/os_signal.h:
954 * ace/os_include/os_stdio.h:
955 Cleanup, removed lot of old VxWorks code not needed anymore
957 * include/makeinclude/platform_sunos5_common.GNU:
958 Add to the correct make flags
960 Sat Mar 19 15:01:11 UTC 2011 Olli Savia <ops@iki.fi>
962 * ace/config-linux-common.h:
965 * ace/config-linux.h:
966 Merged contents of config-linux-common.h to config-linux.h
967 for easier maintenance.
970 Update due to changes above.
972 Sat Mar 19 14:57:04 UTC 2011 Olli Savia <ops@iki.fi>
974 * ace/config-lynxos.h:
975 Improved support for LynxOS 4.2 and 5.0.
977 * include/makeinclude/platform_lynxos.GNU:
978 Removed unused SOBUILD variable.
980 Sat Mar 19 06:17:54 UTC 2011 Olli Savia <ops@iki.fi>
982 * examples/APG/ThreadSafety/Tokens.cpp:
983 Fixes due to ACE rand_r() changes.
985 Fri Mar 18 05:21:08 UTC 2011 Olli Savia <ops@iki.fi>
987 * ace/config-lynxos.h:
988 Layout changes and cleanups.
990 * include/makeinclude/platform_lynxos.GNU:
991 Use -lnetinet instead of -lbsd
993 Fri Mar 18 05:16:45 UTC 2011 Olli Savia <ops@iki.fi>
996 Removed some macros which are no longer used.
998 Fri Mar 18 05:10:32 UTC 2011 Olli Savia <ops@iki.fi>
1000 * tests/Message_Queue_Test.cpp:
1001 Fixes due to ACE rand_r() changes.
1003 Thu Mar 17 21:13:36 UTC 2011 Olli Savia <ops@iki.fi>
1005 * tests/Message_Queue_Test.cpp:
1006 * tests/Timer_Queue_Test.cpp:
1007 * tests/randomize.h:
1008 Fixes due to ACE rand_r() changes.
1010 Thu Mar 17 15:03:52 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
1012 * include/makeinclude/platform_macosx_lion.GNU:
1016 Thu Mar 17 09:48:53 UTC 2011 Olli Savia <ops@iki.fi>
1018 * examples/Shared_Malloc/test_malloc.cpp:
1019 Fixes due to ACE rand_r() changes.
1021 Thu Mar 17 07:51:20 UTC 2011 Olli Savia <ops@iki.fi>
1024 * ace/config-sunos5.4-g++.h:
1025 * ace/config-sunos5.4-sunc++-4.x.h:
1026 * ace/os_include/os_stdlib.h:
1027 * tests/randomize.h:
1028 Removed references to unused ACE_RANDR_TYPE.
1030 Thu Mar 17 07:32:34 UTC 2011 Olli Savia <ops@iki.fi>
1032 * ace/OS_NS_stdlib.h:
1033 * ace/OS_NS_stdlib.inl:
1034 * ace/OS_NS_stdlib.cpp:
1035 Changed rand_r() API to conform POSIX.
1037 * ace/config-freebsd.h:
1038 * ace/config-openbsd.h:
1039 * ace/config-openvms.h:
1040 * ace/config-rtems.h:
1041 * ace/config-vxworks6.4.h:
1042 * ace/config-win32-common.h:
1043 Added/removed some defines due to change above.
1045 Thu Mar 17 07:20:50 UTC 2011 Olli Savia <ops@iki.fi>
1047 * ace/config-WinCE.h:
1048 Added ACE_LACKS_STRTOK_R.
1050 Thu Mar 17 04:58:19 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
1052 * ace/config-macosx-lion.h:
1053 * include/makeinclude/platform_macosx_lion.GNU:
1054 * include/makeinclude/platform_macosx_snowleopard.GNU:
1056 Updated to Mac config/platform files.
1058 Thu Mar 17 04:55:30 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
1062 Added check at level 6 for numeric log priorities in DAnCE.
1064 Wed Mar 16 14:34:57 UTC 2011 Olli Savia <ops@iki.fi>
1066 * ace/os_include/os_pwd.h:
1067 Removed legacy _posix_getpwnam_r() declaration.
1069 Wed Mar 16 14:27:15 UTC 2011 Olli Savia <ops@iki.fi>
1071 * ace/OS_NS_pwd.inl:
1072 * ace/config-lynxos.h:
1073 Renamed ACE_HAS_NONSTD_GETPWNAM_R to ACE_HAS_LYNXOS4_GETPWNAM_R
1074 since LynxOS 4.x is the only platform that has nonstandard
1075 getpwnam_r() implementation.
1077 Wed Mar 16 14:12:56 UTC 2011 Olli Savia <ops@iki.fi>
1079 * ace/config-win32-msvc-7.h:
1080 Added ACE_LACKS_STRTOK_R ACE_LACKS_LOCALTIME_R.
1082 Wed Mar 16 14:00:26 UTC 2011 Olli Savia <ops@iki.fi>
1084 * ace/OS_NS_time.cpp:
1085 Rearranged localtime_r() code to eliminate macro
1086 ACE_HAS_REENTRANT_FUNCTIONS.
1088 * ace/config-win32-mingw.h:
1089 Added ACE_LACKS_STRTOK_R ACE_LACKS_LOCALTIME_R.
1091 Wed Mar 16 13:49:11 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1093 * ace/ICMP_Socket.cpp:
1096 Wed Mar 16 12:08:36 UTC 2011 Steve Huston <shuston@riverace.com>
1098 * ace/config-aix-7.h: New config for AIX 7.
1100 Wed Mar 16 09:00:45 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1102 * ace/config-linux-common.h:
1103 Fixed format specifiers for 64bit PPC
1105 Wed Mar 16 06:26:54 UTC 2011 Olli Savia <ops@iki.fi>
1108 Removed ACE_HAS_PTHREADS_STD.
1110 Tue Mar 15 21:24:11 UTC 2011 Olli Savia <ops@iki.fi>
1112 * ace/config-kfreebsd.h:
1113 * ace/config-lynxos.h:
1114 * ace/config-macosx-leopard.h:
1115 * ace/config-openbsd.h:
1116 * ace/config-win32-interix.h:
1117 Removed ACE_HAS_PTHREADS_STD.
1119 * tests/Service_Config_Test.cpp:
1120 Check features against ACE_HAS_PTHREADS instead of
1121 ACE_HAS_PTHREADS_STD.
1123 Tue Mar 15 19:47:01 UTC 2011 Olli Savia <ops@iki.fi>
1125 * ace/OS_NS_string.h:
1126 * ace/OS_NS_string.inl:
1127 * ace/OS_NS_string.cpp:
1128 Rearranged strtok_r() code to eliminate macro
1129 ACE_HAS_REENTRANT_FUNCTIONS.
1131 Tue Mar 15 19:29:59 UTC 2011 Olli Savia <ops@iki.fi>
1133 * ace/config-sunos5.5.h:
1134 * include/makeinclude/platform_sunos5_sunc++.GNU:
1135 Moved _POSIX_PTHREAD_SEMANTICS definition from config file to
1138 Mon Mar 14 18:58:40 UTC 2011 Olli Savia <ops@iki.fi>
1140 * ace/config-sunos5.5.h:
1141 Define _POSIX_PTHREAD_SEMANTICS if it not already set.
1142 Hopefully fixes getpwnam_r() problems.
1144 Mon Mar 14 11:01:41 UTC 2011 Olli Savia <ops@iki.fi>
1146 * ace/config-openvms.h:
1147 Removed ACE_HAS_NONSTD_GETPWNAM_R.
1149 Mon Mar 14 08:16:33 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1152 * ace/OS_NS_time.inl:
1153 * ace/OS_NS_time.cpp:
1159 * ace/OS_NS_sys_utsname.cpp:
1161 * ace/Process_Manager.cpp:
1162 * ace/WFMO_Reactor.cpp:
1163 * ace/config-sunos5.5.h:
1164 * ace/config-sunos5.7.h:
1165 * ace/config-vxworks6.4.h:
1166 * ace/config-win32-msvc.h:
1167 Removed ghs workaround
1169 * tests/Multihomed_INET_Addr_Test.cpp:
1172 * ace/gethrtime.cpp:
1173 Removed this file, ghs is not supported anymore a long time
1177 Removed gethrtime.cpp
1179 Sun Mar 13 10:32:34 UTC 2011 Olli Savia <ops@iki.fi>
1181 * tests/OS_Test.cpp (test_getpwnam_r):
1182 Handle case where getlogin() returns 0.
1184 Sun Mar 13 09:37:13 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
1186 * ace/Service_Object.cpp:
1187 * ace/Naming_Context.cpp:
1188 * performance-tests/UDP/udp_test.cpp:
1189 * performance-tests/SCTP/Options_Manager.cpp:
1190 * apps/gperf/src/Options.cpp:
1191 * apps/JAWS/clients/Blobby/Blob_Handler.cpp:
1192 * examples/Log_Msg/test_callback.cpp:
1193 * examples/IPC_SAP/FILE_SAP/client.cpp:
1194 * examples/Service_Configurator/IPC-tests/client/broadcast_client_test.cpp:
1195 Fixed compile warnings from incorrect use of ACE_TCHAR* type in
1196 printf in wchar builds.
1198 Sat Mar 12 09:26:56 UTC 2011 Olli Savia <ops@iki.fi>
1200 * ace/config-linux-common.h:
1201 * ace/config-linux.h:
1202 Disable clock_{get,set}time() for single thread build.
1204 Fri Mar 11 20:07:05 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
1206 * ace/config-openbsd.h:
1207 Attempted to fix warnings about wrong format for size_t type
1208 on OpenBSD same as this works on NetBSD. It appears that %u is
1209 too little for size_t, let's try %lu.
1211 Fri Mar 11 16:30:16 UTC 2011 Olli Savia <ops@iki.fi>
1213 * apps/JAWS/server/HTTP_Request.cpp:
1214 Fixed compile error due getpwnam_r() changes.
1216 Fri Mar 11 12:24:43 UTC 2011 Olli Savia <ops@iki.fi>
1218 * tests/OS_Test.cpp:
1219 Compile fix for platforms that lack pwd-functions.
1221 Fri Mar 11 12:09:00 UTC 2011 Olli Savia <ops@iki.fi>
1224 * ace/OS_NS_pwd.inl:
1225 Rewrote getpwnam_r(). Changed API to conform POSIX.
1228 * ace/config-aix-5.x.h:
1229 * ace/config-cygwin32.h:
1230 * ace/config-freebsd.h:
1231 * ace/config-hpux-11.00.h:
1232 * ace/config-kfreebsd.h:
1233 * ace/config-linux.h:
1234 * ace/config-lynxos.h:
1235 * ace/config-netbsd.h:
1236 * ace/config-openbsd.h:
1237 * ace/config-openvms.h:
1238 * ace/config-rtems.h:
1239 * ace/config-sunos5.5.h:
1240 * ace/config-win32-interix.h:
1241 Config changes due getpwnam_r() rewrite and API change.
1243 * tests/OS_Test.cpp:
1244 Added atest for getpwnam_r().
1246 Thu Mar 10 16:42:30 UTC 2011 Phil Mesnier <mesnier_p@ociweb.com>
1249 Fix the test so it correctly ignores OS.h when explicitly disabled.
1251 Thu Mar 10 16:42:09 UTC 2011 Steve Huston <shuston@riverace.com>
1253 * ace/ace.mpc: Add OS.h to the Headers to be installed. Thanks to
1254 Phil Mesnier for pointing this out.
1256 Thu Mar 10 11:41:15 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
1258 * tests/MEM_Stream_Test.cpp:
1259 Fixed printf warning on MinGW.
1261 Thu Mar 10 11:04:08 UTC 2011 Olli Savia <ops@iki.fi>
1263 * ace/config-linux-common.h:
1264 * include/makeinclude/platform_linux_suncc.GNU:
1265 Sun Studio related updates.
1267 Thu Mar 10 10:37:44 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
1269 * ace/OS_NS_netdb.inl:
1270 * ace/Stack_Trace.cpp:
1271 Fixed warnings on VxWorks.
1274 Added a cast for a type that is expected by printf to be long.
1276 * examples/Timer_Queue/Custom_Handler.cpp:
1277 * examples/Timer_Queue/Thread_Timer_Queue_Test.cpp:
1278 Added casts for arguments to printf as it expects unsigned long.
1280 Thu Mar 10 08:29:30 UTC 2011 Olli Savia <ops@iki.fi>
1282 * ace/config-lynxos.h:
1283 Added some feature defines.
1285 Thu Mar 10 07:31:51 UTC 2011 Olli Savia <ops@iki.fi>
1287 * ace/config-linux-common.h:
1288 Include config-posix.h on non-NPTL platforms as well.
1290 * ace/config-linux.h:
1291 Compile fixes for single thread build.
1293 Wed Mar 9 19:14:01 UTC 2011 Steve Huston <shuston@riverace.com>
1295 * ace/OS.h: Re-added OS.h due to popular demand. It's been slimmed down
1296 from its pre-ACE 6 days, now including primarily the OS_NS_*.h files
1297 which can be disabled by setting the preprocessor macro
1298 DO_NOT_INCLUDE_OS_H before including OS.h.
1299 This file is here to maintain backwards build compatibility with
1300 older ACE versions. Using it will slow your compile time over
1301 simply including the requisite OS_NS_*.h file(s).
1303 * bin/fuzz.pl: Added a new test check_for_include_OS_h to be sure no
1304 source within ACE includes ace/OS.h.
1306 * tests/OS_Test.cpp: Added #include "ace/OS.h" to be sure that it
1309 * NEWS: Note that OS.h is back.
1311 Wed Mar 9 16:22:26 UTC 2011 Adam Mitz <mitza@ociweb.com>
1313 * include/makeinclude/rules.local.GNU:
1315 Removed "-e config.h" from the depgen.pl invocation, we do want
1316 dependencies included from config.h to be considered.
1318 Wed Mar 9 10:38:39 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
1320 * ace/Service_Object.cpp:
1321 Fixed incorrect arguments for the provided format.
1324 Reverted my change from 'Mon Mar 7 16:14:33 UTC 2011'. GCC cannot
1325 check formats in wide strings.
1327 Tue Mar 8 15:36:34 UTC 2011 Olli Savia <ops@iki.fi>
1329 * ace/config-linux.h:
1330 Put back accidentally removed MT_SAFE define.
1332 Tue Mar 8 10:31:41 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
1334 * ace/config-macros.h:
1335 Fixed compilation errors from my addition of
1336 ACE_GCC_FORMAT_ATTRIBUTE.
1338 Tue Mar 8 06:39:00 UTC 2011 Olli Savia <ops@iki.fi>
1340 * ace/config-linux.h:
1343 Mon Mar 7 16:14:33 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
1345 * ace/config-g++-common.h:
1346 * ace/OS_NS_stdio.h:
1349 Added format GCC __attribute__ to printf-like functions.
1351 * tests/TP_Reactor_Test.cpp:
1352 * apps/gperf/src/Options.cpp:
1353 * examples/APG/Threads/Message_Blocks.cpp:
1354 Fixed warnings from incorrect use of printf format.
1356 Sun Mar 6 14:49:04 UTC 2011 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
1358 * ACE-INSTALL.html: Update this document to explain how to use the
1359 "make install" step for MinGW. Thanks to Laura Aut�n Garc�a
1360 <darklulu+ace at gmail dot com> for contributing this
1363 Mon Mar 7 09:38:57 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
1365 * ace/SSL/SSL_Context.cpp:
1366 * ace/SSL/SSL_Initializer.cpp:
1367 * ace/SSL/SSL_Initializer.h:
1368 Added SSL initializer which is a part of the fix for bug#3418.
1369 The initializer if used does correct SSL cleanup. Moved SSL context
1370 singleton cleanup from ACE_SSL_Context::ssl_library_fini() to
1373 Sun Mar 6 20:53:26 UTC 2011 Olli Savia <ops@iki.fi>
1375 * ace/config-linux.h:
1376 Removed some old checks.
1378 Sun Mar 6 13:50:09 UTC 2011 Olli Savia <ops@iki.fi>
1380 * ace/config-openbsd.h:
1381 Define _THREAD_SAFE.
1383 Sun Mar 6 09:20:22 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1385 * tests/INET_Addr_Test.cpp:
1386 * tests/Multihomed_INET_Addr_Test.cpp:
1387 Fixed gcc 4.5 warnings
1389 * tests/Log_Thread_Inheritance_Test.cpp:
1390 * tests/MT_Reference_Counted_Notify_Test.cpp:
1391 * tests/NDDS_Timer_Test.cpp:
1392 Zapped some empty lines
1394 Sat Mar 5 17:31:08 UTC 2011 Olli Savia <ops@iki.fi>
1396 * ace/config-freebsd.h:
1397 Minor layout changes.
1399 * ace/config-openbsd.h:
1400 Define MT_SAFE. Minor layout changes.
1402 * ace/config-macros.h:
1403 Do not define _REENTRANT. It should be defined in platform
1404 specific files if needed.
1406 Sat Mar 5 12:14:27 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1408 * bin/MakeProjectCreator/config/gnuace.features:
1409 Set qt4 instead of qt to default 1
1411 * include/makeinclude/platform_g++_common.GNU:
1412 Also don't use strict aliasing with gcc 4.2/4.3
1414 Sat Mar 5 07:16:12 UTC 2011 Olli Savia <ops@iki.fi>
1416 * ace/config-linux.h:
1417 Removed some GLIBC 2.1 related settings.
1419 Fri Mar 4 16:00:26 UTC 2011 Olli Savia <ops@iki.fi>
1421 * ace/config-freebsd.h:
1422 * include/makeinclude/platform_freebsd.GNU:
1423 Threads related cleanup.
1425 Fri Mar 4 14:54:49 UTC 2011 Olli Savia <ops@iki.fi>
1427 * ace/OS_NS_signal.h:
1428 OpenBSD needs os_pthread.h to pick up pthread_sigmask().
1430 * ace/config-openbsd.h:
1431 * include/makeinclude/platform_openbsd.GNU:
1432 Threads related cleanup.
1434 Fri Mar 4 12:39:39 UTC 2011 Olli Savia <ops@iki.fi>
1436 * include/makeinclude/platform_linux_icc.GNU:
1437 Fixed linking problems.
1439 Thu Mar 3 15:49:52 UTC 2011 Steve Huston <shuston@riverace.com>
1441 * ace/config-win32-common.h: Ensure that _AMD64_ is defined for
1442 both MPC and non-MPC projects built for 64-bit Windows.
1444 Thu Mar 3 12:22:30 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1446 * rpmbuild/ace-tao.spec:
1447 Further improvements to this file, thanks to Glenn Zickert
1448 <gzickert at comcast dot net> for reporting these
1450 Wed Mar 2 20:56:42 UTC 2011 Olli Savia <ops@iki.fi>
1452 * ace/config-linux-common.h:
1453 Removed some ancient settings.
1455 Wed Mar 2 12:42:58 UTC 2011 Olli Savia <ops@iki.fi>
1457 * ace/config-linux-common.h:
1458 * ace/config-linux.h:
1459 * include/makeinclude/platform_linux.GNU:
1460 * include/makeinclude/platform_linux_common.GNU:
1461 Simplified setting of ACE_HAS_AIO_CALLS.
1463 Tue Mar 1 11:31:55 UTC 2011 Olli Savia <ops@iki.fi>
1465 * include/makeinclude/platform_linux.GNU:
1466 Fixed setting of CC and CXX variables (conditional assignment
1467 doesn't work in this case).
1469 Tue Mar 1 07:35:43 UTC 2011 Olli Savia <ops@iki.fi>
1471 * include/makeinclude/platform_linux.GNU:
1472 Added missing SOFLAGS += -pthread.
1474 Mon Feb 28 21:05:59 UTC 2011 Olli Savia <ops@iki.fi>
1476 * ace/config-WinCE.h:
1477 * ace/config-cygwin32.h:
1478 * ace/config-hpux-11.00.h:
1479 * ace/config-kfreebsd.h:
1480 * ace/config-lynxos.h:
1481 * ace/config-netbsd.h:
1482 * ace/config-openbsd.h:
1483 * ace/config-win32-interix.h:
1484 No need to define ACE_HAS_POSITION_INDEPENDENT_POINTERS since it
1487 Mon Feb 28 20:29:59 UTC 2011 Steve Huston <shuston@riverace.com>
1489 * examples/ASX/Event_Server/Event_Server/Event_Analyzer.cpp:
1490 * examples/ASX/UPIPE_Event_Server/Event_Analyzer.cpp: Replaced the
1491 name "mod_name" with "module_name" to avoid a clash with macro
1492 defined in /usr/include/sys/stropts.h encountered when optimized
1495 Mon Feb 28 18:10:19 UTC 2011 Steve Huston <shuston@riverace.com>
1497 * include/makeinclude/platform_aix_ibm.GNU: Remove the -qfuncsect
1498 option from CCFLAGS; it caused an occasional odd problem and the
1499 only reason it was added (Jul 17 2002) was to try and remove
1500 duplicate symbol diagnostics from template instantiations.
1501 Thanks to Phil Mesnier for raising this issue and identifying
1504 Mon Feb 28 13:31:50 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1510 Mon Feb 28 13:18:53 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
1512 * bin/make_release.py:
1513 Reverted the change tagged as
1514 'Thu Oct 28 11:40:01 UTC 2010 Vladimir Zykov'.
1516 Mon Feb 28 09:21:21 UTC 2011 Olli Savia <ops@iki.fi>
1518 * ace/config-freebsd.h:
1519 Do not define __ACE_INLINE__
1521 Sun Feb 27 08:50:14 UTC 2011 Olli Savia <ops@iki.fi>
1523 * include/makeinclude/platform_linux.GNU:
1524 Use option "-pthread" instead of setting _REENTRANT macro.
1526 Sat Feb 26 07:31:41 UTC 2011 Olli Savia <ops@iki.fi>
1528 * include/makeinclude/platform_lynxos.GNU:
1529 Added missing DCCFLAGS and OCCFLAGS.
1531 Sat Feb 26 07:24:33 UTC 2011 Olli Savia <ops@iki.fi>
1533 * include/makeinclude/platform_freebsd.GNU:
1534 * include/makeinclude/platform_netbsd.GNU:
1535 * include/makeinclude/platform_openbsd.GNU:
1536 Added missing DCCFLAGS and OCCFLAGS.
1538 Fri Feb 25 12:19:58 UTC 2011 Steve Huston <shuston@riverace.com>
1540 * ace/config-lite.h: Adjust the __SUNPRO_CC version checks to include
1541 Sun Studio 12.2. Thanks to Henk Jan Priester <hjpriester@gmail.com>
1544 * THANKS: Added Henk Jan Priester to the thank-you list.
1546 Wed Feb 23 10:24:02 UTC 2011 Vladimir Zykov <vladimir.zykov@prismtech.com>
1548 * ace/Connector.cpp:
1549 Changed initialization of ACE_Strategy_Connector so that its
1550 CREATION_STRATEGY and its base class ACE_Connector use reactor
1551 provided by user instead of the default one returned by
1552 ACE_Reactor::instance().
1554 Wed Feb 23 10:23:36 UTC 2011 Olli Savia <ops@iki.fi>
1556 * include/makeinclude/platform_lynxos.GNU:
1557 Removed unneeded options. Minor cleanups.
1559 Wed Feb 23 08:20:01 UTC 2011 Olli Savia <ops@iki.fi>
1561 * include/makeinclude/platform_netbsd.GNU:
1564 Wed Feb 23 08:12:47 UTC 2011 Olli Savia <ops@iki.fi>
1566 * include/makeinclude/platform_freebsd.GNU:
1567 * include/makeinclude/platform_openbsd.GNU:
1568 Added some flags. Minor cleanups.
1570 Tue Feb 22 12:17:51 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1573 Updated location of the daily doxygen tree to
1574 http://doxygen.theaceorb.nl
1576 Mon Feb 21 09:14:55 UTC 2011 Olli Savia <ops@iki.fi>
1578 * include/makeinclude/platform_freebsd.GNU:
1579 Removed legacy threads related settings.
1581 Sun Feb 20 11:04:02 UTC 2011 Olli Savia <ops@iki.fi>
1583 * include/makeinclude/platform_freebsd.GNU:
1584 * include/makeinclude/platform_gnuwin32_common.GNU:
1585 * include/makeinclude/platform_linux.GNU:
1586 * include/makeinclude/platform_netbsd.GNU:
1587 * include/makeinclude/platform_openbsd.GNU:
1588 * include/makeinclude/platform_win32_interix.GNU:
1589 Removed CPPFLAGS from SOFLAGS.
1591 Sat Feb 19 09:07:32 UTC 2011 Olli Savia <ops@iki.fi>
1593 * include/makeinclude/platform_lynxos.GNU:
1594 Removed unneeded compile options
1596 Fri Feb 18 22:20:42 UTC 2011 James H. Hill <hillj at cs dot iupui dot edu>
1598 * ace/Functor_String.h:
1599 * ace/Functor_String.inl:
1601 Specialized the string functors for std::string.
1603 Fri Feb 18 13:37:44 UTC 2011 Olli Savia <ops@iki.fi>
1605 * include/makeinclude/platform_lynxos.GNU:
1606 Removed -fsigned-char compiler option.
1608 Thu Feb 17 19:26:57 UTC 2011 Olli Savia <ops@iki.fi>
1610 * include/makeinclude/platform_g++_common.GNU:
1613 * include/makeinclude/platform_freebsd.GNU:
1614 * include/makeinclude/platform_gnuwin32_common.GNU:
1615 * include/makeinclude/platform_linux.GNU:
1616 * include/makeinclude/platform_lynxos.GNU:
1617 * include/makeinclude/platform_macosx.GNU:
1618 * include/makeinclude/platform_macosx_common.GNU:
1619 * include/makeinclude/platform_macosx_panther.GNU:
1620 * include/makeinclude/platform_netbsd.GNU:
1621 * include/makeinclude/platform_openbsd.GNU:
1622 * include/makeinclude/platform_qnx_neutrino.GNU:
1623 * include/makeinclude/platform_rtems.x_g++.GNU:
1624 * include/makeinclude/platform_sunos5_g++.GNU:
1625 * include/makeinclude/platform_win32_dmc.GNU:
1626 * include/makeinclude/platform_win32_icc.GNU:
1627 * include/makeinclude/platform_win32_interix.GNU:
1628 Removed setting of pipes variable.
1629 It now set in platform_g++_common.GNU.
1631 Thu Feb 17 18:53:07 UTC 2011 Olli Savia <ops@iki.fi>
1633 * include/makeinclude/platform_aix_g++.GNU:
1634 * include/makeinclude/platform_hpux_gcc.GNU:
1635 * include/makeinclude/platform_macosx.GNU:
1636 * include/makeinclude/platform_macosx_common.GNU:
1637 * include/makeinclude/platform_netbsd.GNU:
1638 * include/makeinclude/platform_qnx_neutrino.GNU:
1639 * include/makeinclude/platform_qnx_rtp_gcc.GNU:
1640 * include/makeinclude/platform_rtems.x_g++.GNU:
1641 * include/makeinclude/platform_sunos5_g++.GNU:
1642 * include/makeinclude/platform_win32_interix.GNU:
1643 Removed CCFLAGS += $(CFLAGS) $(FLAGS_C_CC)
1645 Thu Feb 17 18:36:48 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1648 Replaced ACE_LIB_TEXT with ACE_TEXT, thanks to Andrew Hill
1649 <lists at thefrog dot net> for reporting this
1651 Thu Feb 17 08:35:31 UTC 2011 Olli Savia <ops@iki.fi>
1653 * include/makeinclude/platform_freebsd.GNU:
1654 * include/makeinclude/platform_gnuwin32_common.GNU:
1655 * include/makeinclude/platform_lynxos.GNU:
1656 * include/makeinclude/platform_openbsd.GNU:
1657 Removed CCFLAGS += $(CFLAGS) $(FLAGS_C_CC)
1659 Thu Feb 17 08:20:57 UTC 2011 Olli Savia <ops@iki.fi>
1661 * include/makeinclude/wrapper_macros.GNU:
1662 Added $(FLAGS_C_CC) to compile and link rules.
1664 * include/makeinclude/platform_linux.GNU:
1665 Removed CFLAGS+=$(FLAGS_C_CC) and CCFLAGS+=$(FLAGS_C_CC)
1667 Wed Feb 16 12:41:59 UTC 2011 Olli Savia <ops@iki.fi>
1669 * include/makeinclude/platform_lynxos.GNU:
1670 Moved some settings from CFLAGS to CPPFLAGS
1673 Wed Feb 16 09:12:53 UTC 2011 Olli Savia <ops@iki.fi>
1675 * include/makeinclude/platform_openbsd.GNU:
1676 Removed legacy settings.
1678 Wed Feb 16 08:41:23 UTC 2011 Olli Savia <ops@iki.fi>
1680 * include/makeinclude/platform_freebsd.GNU:
1681 Removed legacy settings. Layout changes.
1683 Tue Feb 15 20:46:01 UTC 2011 Olli Savia <ops@iki.fi>
1685 * include/makeinclude/platform_aix_g++.GNU:
1686 Removed "-W -Wall" from CFLAGS.
1688 Tue Feb 15 20:39:49 UTC 2011 Olli Savia <ops@iki.fi>
1690 * include/makeinclude/platform_aix_g++.GNU:
1691 * include/makeinclude/platform_freebsd.GNU:
1692 * include/makeinclude/platform_hpux_gcc.GNU:
1693 * include/makeinclude/platform_linux.GNU:
1694 * include/makeinclude/platform_lynxos.GNU:
1695 * include/makeinclude/platform_macosx.GNU:
1696 * include/makeinclude/platform_macosx_common.GNU:
1697 * include/makeinclude/platform_macosx_panther.GNU:
1698 * include/makeinclude/platform_netbsd.GNU:
1699 * include/makeinclude/platform_openbsd.GNU:
1700 * include/makeinclude/platform_qnx_neutrino.GNU:
1701 * include/makeinclude/platform_rtems.x_g++.GNU:
1702 * include/makeinclude/platform_vxworks6.2.GNU:
1703 * include/makeinclude/platform_vxworks6.3.GNU:
1704 * include/makeinclude/platform_win32_interix.GNU:
1705 Make sure FLAGS_C_CC is added to CCFLAGS.
1707 Tue Feb 15 20:20:36 UTC 2011 Olli Savia <ops@iki.fi>
1709 * include/makeinclude/platform_freebsd.GNU:
1710 * include/makeinclude/platform_g++_common.GNU:
1711 * include/makeinclude/platform_gnuwin32_common.GNU:
1712 * include/makeinclude/platform_linux.GNU:
1713 * include/makeinclude/platform_lynxos.GNU:
1714 * include/makeinclude/platform_macosx.GNU:
1715 * include/makeinclude/platform_macosx_common.GNU:
1716 * include/makeinclude/platform_macosx_panther.GNU:
1717 * include/makeinclude/platform_netbsd.GNU:
1718 * include/makeinclude/platform_openbsd.GNU:
1719 * include/makeinclude/platform_qnx_neutrino.GNU:
1720 * include/makeinclude/platform_qnx_rtp_gcc.GNU:
1721 * include/makeinclude/platform_sunos5_g++.GNU:
1722 * include/makeinclude/platform_win32_interix.GNU:
1723 Moved setting "-Wall -W -Wpointer-arith" from platform_xxx.GNU
1724 files to platform_g++_common.GNU.
1726 Tue Feb 15 20:00:34 UTC 2011 Olli Savia <ops@iki.fi>
1728 * include/makeinclude/platform_gnuwin32_common.GNU:
1729 * include/makeinclude/platform_qnx_neutrino.GNU:
1730 * include/makeinclude/platform_qnx_rtp_gcc.GNU:
1731 Removed TEMPLATES_FLAG which is no longer used.
1733 Tue Feb 15 14:40:21 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1735 * ace/Monitor_Control/Monitor_Group.cpp:
1738 Mon Feb 14 20:20:11 UTC 2011 Adam Mitz <mitza@ociweb.com>
1740 * ace/Lock_Adapter_T.inl:
1742 Constructor moved from .cpp to .inl in
1743 Wed Jan 26 13:53:27 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1744 requires #include in the .inl as well.
1746 Mon Feb 14 09:42:38 UTC 2011 Martin Corino <corino_m@remedy.nl>
1748 * include/makeinclude/platform_g++_common.GNU:
1749 Added change to enable suppression of strict-aliasing checks
1750 (-fno-strict-aliasing) by default for GCC >= 4.4.
1751 Default behaviour can be suppressed by explicitly setting
1752 no_strict_aliasing=0 in platform_macros.GNU.
1754 Sun Feb 13 13:31:21 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1757 Removed file that got removed
1759 Sat Feb 12 09:13:41 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1761 * apps/Gateway/Gateway/Options.h:
1762 * apps/JAWS2/JAWS/Cache_Object.h:
1763 Reordered includes to fix compile errors with inline enabled
1765 Fri Feb 11 20:25:00 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1767 * include/makeinclude/platform_g++_common.GNU:
1770 Fri Feb 11 11:16:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
1772 Merged changes from Remedy work branch.
1774 === start changelog ===
1776 Wed Feb 9 12:53:58 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1780 * ace/Local_Name_Space_T.h:
1782 * ace/Message_Block.h:
1784 * ace/Naming_Context.h:
1787 Tue Feb 8 20:52:58 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1790 Removed support for deprecated VxWorks versions
1792 * ace/Active_Map_Manager.h:
1795 Tue Feb 8 20:47:58 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1797 * include/makeinclude/platform_linux_icc.GNU:
1798 Intel C++ 12 has support for visibility
1800 * include/makeinclude/rules.bin.GNU:
1801 * include/makeinclude/wrapper_macros.GNU:
1802 Removed support for Chorus
1804 Tue Feb 8 20:44:58 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1806 * ace/os_include/os_dirent.h:
1807 * ace/os_include/os_fcntl.h:
1808 * ace/os_include/os_limits.h:
1809 * ace/os_include/os_netdb.h:
1810 * ace/os_include/os_stdio.h:
1811 * ace/os_include/sys/os_time.h:
1812 Removed support for deprecated VxWorks versions
1814 Tue Feb 8 19:14:58 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1816 * examples/Reactor/Misc/notification.cpp:
1817 * examples/Reactor/Misc/pingpong.cpp:
1818 Removed old support for chorus
1820 Tue Feb 8 19:11:58 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1822 * tests/Atomic_Op_Test.cpp:
1823 * tests/Dirent_Test.cpp:
1824 * tests/SSL/SSL_Asynch_Stream_Test.cpp:
1825 * tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp:
1826 * tests/Thread_Manager_Test.cpp:
1827 * tests/Thread_Pool_Reactor_Resume_Test.cpp:
1828 Removed old support for chorus and vxworks 5.5
1830 Tue Feb 8 13:37:12 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1833 * bin/sets-manager.py:
1835 Check py files for Id
1837 Tue Feb 8 10:40:12 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1840 * src/Bool_Array.cpp:
1843 * src/Hash_Table.cpp:
1854 Removed checks for ACE_HAS_GPERF, just always compile this executable.
1856 Tue Feb 8 10:21:36 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1863 * ace/config-netbsd.h:
1864 Removed define which we don't have anymore
1866 * ace/config-macosx.h:
1867 * ace/config-openbsd.h:
1868 * ace/config-win32-interix.h:
1871 * ace/os_include/sys/os_select.h:
1874 * ace/OS_NS_netdb.cpp:
1877 Mon Feb 7 09:53:50 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1879 * include/makeinclude/platform_linux_icc.GNU:
1880 Fix for Intel C++ 12.0
1882 Sun Feb 7 19:35:18 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1884 * include/makeinclude/platform_g++_common.GNU:
1885 Added gprof for compiling for gprof, gcov for compiling with gcov
1887 Sat Feb 5 13:49:18 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1889 * include/makeinclude/platform_aix_g++.GNU:
1890 * include/makeinclude/platform_freebsd.GNU:
1891 * include/makeinclude/platform_gnuwin32_common.GNU:
1892 * include/makeinclude/platform_hpux_gcc.GNU:
1893 * include/makeinclude/platform_linux.GNU:
1894 * include/makeinclude/platform_linux_icc.GNU:
1895 * include/makeinclude/platform_linux_pgi.GNU:
1896 * include/makeinclude/platform_linux_suncc.GNU:
1897 * include/makeinclude/platform_lynxos.GNU:
1898 * include/makeinclude/platform_macosx.GNU:
1899 * include/makeinclude/platform_macosx_common.GNU:
1900 * include/makeinclude/platform_macosx_icc.GNU:
1901 * include/makeinclude/platform_macosx_panther.GNU:
1902 * include/makeinclude/platform_netbsd.GNU:
1903 * include/makeinclude/platform_openbsd.GNU:
1904 * include/makeinclude/platform_sunos5_g++.GNU:
1905 * include/makeinclude/platform_sunos5_sunc++.GNU:
1906 * include/makeinclude/platform_vxworks6.2.GNU:
1907 * include/makeinclude/platform_vxworks6.3.GNU:
1908 * include/makeinclude/platform_win32_dmc.GNU:
1909 * include/makeinclude/platform_win32_icc.GNU:
1910 * include/makeinclude/platform_win32_interix.GNU:
1911 * include/makeinclude/wrapper_macros.GNU:
1912 Cleanup, removed old template flags
1914 Thu Feb 3 13:05:13 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1916 * ace/config-qnx-neutrino.h:
1917 * ace/config-qnx-rtp-common.h:
1918 * ace/config-qnx-rtp.h:
1921 * ace/config-minimal.h:
1922 Removed this file, not used
1924 Thu Feb 3 09:54:32 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1926 * ace/config-qnx-rtp.h:
1927 Just one file for qnx, pre 6.2 support is already removed
1929 * ace/config-qnx-rtp-62x.h:
1930 * ace/config-qnx-rtp-pre62x.h:
1931 Removed these files.
1933 Wed Feb 2 11:22:13 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1938 * ace/config-doxygen.h:
1939 Removed this file, not needed for doxygen
1941 Tue Feb 1 15:24:47 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1943 * ace/Cache_Map_Manager_T.cpp:
1944 * ace/Cached_Connect_Strategy_T.cpp:
1945 * ace/Hash_Cache_Map_Manager_T.inl:
1946 * ace/Hash_Cache_Map_Manager_T.cpp:
1947 Removed ACE_T1/ACE_T2, this improves doxygen documentation
1950 * ace/Asynch_IO_Impl.h:
1954 * ace/Hash_Cache_Map_Manager_T.h:
1955 Removed not needed define
1957 Thu Jan 27 08:34:36 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1959 * ace/Condition_T.h:
1964 Updated qt base project
1966 Wed Jan 26 13:53:27 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
1968 * ace/Lock_Adapter_T.h:
1969 Layout, doxygen changes
1971 * ace/Lock_Adapter_T.inl:
1972 * ace/Lock_Adapter_T.cpp:
1973 Moved constructor to inline, the old compiler mentioned is deprecated
1976 * ace/QtReactor/QtReactor.h:
1979 * ace/QtReactor/ace_qt3reactor.mpc:
1980 * bin/MakeProjectCreator/config/ace_qt3.mpb:
1981 * bin/MakeProjectCreator/config/ace_qtreactor.mpb:
1982 Removed these files, qt3 support is removed
1984 === end changelog ===
1986 Wed Feb 9 08:41:00 UTC 2011 Olli Savia <ops@iki.fi>
1988 * include/makeinclude/platform_gnuwin32_common.GNU:
1989 Moved some settings from CFLAGS to CPPFLAGS and
1992 Wed Feb 9 08:25:29 UTC 2011 Olli Savia <ops@iki.fi>
1994 * include/makeinclude/platform_cygwin32.GNU:
1995 * include/makeinclude/platform_gnuwin32_common.GNU:
1996 * include/makeinclude/platform_mingw32.GNU:
1997 Moved some common settings from Cygwin/MinGW config files to
1998 platform_gnuwin32_common.GNU. Some cleanups.
2000 Tue Feb 8 14:52:43 UTC 2011 Olli Savia <ops@iki.fi>
2002 * tests/run_test.lst:
2003 Disabled two tests on Cygwin.
2005 Tue Feb 8 13:17:55 UTC 2011 Olli Savia <ops@iki.fi>
2007 * include/makeinclude/platform_cygwin32.GNU:
2008 * include/makeinclude/platform_gnuwin32_common.GNU:
2009 * include/makeinclude/platform_mingw32.GNU:
2010 Moved some common setting from Cygwin/MinGW config files to
2011 platform_gnuwin32_common.GNU.
2013 Fri Feb 4 20:04:13 UTC 2011 Olli Savia <ops@iki.fi>
2015 * tests/OS_Test.cpp:
2016 Use ACE::is_inequal() instead of ACE::is_equal().
2018 Fri Feb 4 20:02:28 UTC 2011 Olli Savia <ops@iki.fi>
2021 Added a simple helper ACE::is_inequal() which compares inequality of
2022 two objects without using operator!=. This is useful for comparing
2023 floating point values.
2025 Fri Feb 4 19:51:33 UTC 2011 Olli Savia <ops@iki.fi>
2027 * examples/APG/ThreadManagement/Async_Cancel.cpp:
2028 Removed legacy HP-UX workaround. This should fix
2029 "statement is unreachable" warning on HP-UX builds.
2031 Fri Feb 4 18:35:52 UTC 2011 Olli Savia <ops@iki.fi>
2033 * include/makeinclude/platform_gnuwin32_common.GNU:
2036 Fri Feb 4 13:58:44 UTC 2011 Olli Savia <ops@iki.fi>
2038 * include/makeinclude/platform_gnuwin32_common.GNU:
2039 Fixed to use {cpu,tune}modelflag settings in platform_g++_common.GNU
2041 Fri Feb 4 12:21:23 UTC 2011 Olli Savia <ops@iki.fi>
2043 * include/makeinclude/platform_mingw32.GNU:
2044 Fix for previous commit.
2046 Fri Feb 4 12:13:43 UTC 2011 Olli Savia <ops@iki.fi>
2048 * include/makeinclude/platform_gnuwin32_common.GNU:
2049 * include/makeinclude/platform_mingw32.GNU:
2050 Moved MinGW specific settings to platform_mingw32.GNU
2052 Thu Feb 3 12:26:23 UTC 2011 Olli Savia <ops@iki.fi>
2054 * include/makeinclude/platform_gnuwin32_common.GNU:
2057 Wed Feb 2 11:13:29 UTC 2011 Olli Savia <ops@iki.fi>
2059 * include/makeinclude/platform_gnuwin32_common.GNU:
2062 Tue Feb 1 14:28:18 UTC 2011 Steve Huston <shuston@riverace.com>
2064 * ace/String_Base.cpp (operator+=): Add a temporary for the return
2065 value to quiet an IBM XL C++ 10 optimizer warning about returning
2066 the address of a temporary. No, I'm not kidding.
2068 Fri Jan 28 13:39:54 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2070 * docs/ACE-bug-process.html:
2071 Updated email addresses
2073 Fri Jan 28 13:23:29 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2076 * bin/diff-builds-and-group-fixed-tests-only.sh:
2077 * docs/Download.html:
2079 Updated to make the 6.0.1 release public
2081 Fri Jan 28 11:21:05 CET 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2083 * ACE version 6.0.1 released.
2085 Thu Jan 27 08:30:36 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2088 Predefine ACE_HAS_THREADS to get several missing classes added to
2091 Wed Jan 26 20:17:28 UTC 2011 Steve Huston <shuston@riverace.com>
2093 * include/makeinclude/platform_aix_ibm.GNU: If XL C/C++ 10.1 is used,
2094 use the same compiler options as for XL C/C++ 9.
2096 Wed Jan 26 08:58:32 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2099 Added empty resource file for 2980 dll
2101 Tue Jan 25 15:17:58 UTC 2011 Steve Huston <shuston@riverace.com>
2103 * bin/MakeProjectCreator/config/acemfcexe.mpb: The SubSystem value
2104 for "Windows" on VC10 is "Windows", not "2" as it is for VC8-9.
2106 * tests/ACE_Init_Test.ico: Reverted changes from
2107 Fri Jan 21 00:15:19 UTC 2011 Steve Huston <shuston@riverace.com>
2108 The VC8 resource compiler had problems with the new .ico file.
2109 Although it's an issue with the VC8 resource compiler that can be
2110 worked around, the test builds and works fine with the older
2111 ico file, so I just put it back.
2113 * tests/ACE_Init_Test_Resource.h: Fixed fuzz errors.
2115 * tests/ACE_Init_Test.rc: Replaced #include afxres.h with winres.h.
2116 Although VS generates it that way, afxres.h isn't needed unless
2117 MFC is used and won't be present when MFC components aren't installed.
2119 Tue Jan 25 10:52:53 UTC 2010 Martin Corino <mcorino@remedy.nl>
2121 * ace/Object_Manager.cpp:
2122 Fixed WinCE compilation errors.
2124 Sun Jan 23 18:02:57 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2126 * include/makeinclude/platform_linux_common.GNU:
2127 Fixed problems with tcl flags
2129 Fri Jan 21 17:04:29 UTC 2011 Steve Huston <shuston@riverace.com>
2131 * ace/config-hpux-11.00.h: Set ACE_LACKS_(STR|WCS)TO[U]LL when
2132 the requisite long-long compiler settings are missing. Enables
2133 use of these functions when they're available.
2135 * m4/ace_func.m4: Remove the parts of ACE_FUNC_WCSTOLL and
2136 ACE_FUNC_WCSTOULL that set ACE_LACKS_*_PROTOTYPE. The use of
2137 the ACE_LACKS_*_PROTOTYPE was removed from ACE code in
2138 Thu Jan 20 11:42:53 UTC 2010 Martin Corino <mcorino@remedy.nl>
2139 plus, it's wrong. The functions (at least on HP-UX, which seems
2140 to center on the issue here) are available when needed via a
2141 #pragma extern, which effectively inlines the code from the
2142 compiler. Adding a prototype is the wrong thing to do in this
2145 * m4/compiler.m4: Add -ext to aCC's options. Turns on long-long.
2147 * include/makeinclude/platform_hpux_aCC.GNU: Remove all the specific
2148 macro setting to try and select particular threading features and
2149 Rogue Wave libs. Use -mt and be done with it. -mt does the right
2150 thing wrt RW and preprocessor feature macros based on the -AA/-AP
2151 options. Also add -ext to turn on long-long.
2153 Fri Jan 21 00:15:19 UTC 2011 Steve Huston <shuston@riverace.com>
2155 * bin/MakeProjectCreator/config/acemfcexe.mpb: New base project
2156 that sets the proper subsystem and macros for an MFC app.
2158 * tests/ACE_Init_Test.ico:
2159 * tests/ACE_Init_Test.rc:
2160 * tests/ACE_Init_Test_Resource.h: Modernized resource defs to let
2161 ACE_Init_Test build and run properly.
2163 * tests/tests.mpc: Added the rest of the needed files for ACE_Init_Test
2164 and made it require mfc; base it off acemfcexe (new, above).
2166 Thu Jan 20 11:42:53 UTC 2010 Martin Corino <mcorino@remedy.nl>
2168 Merged changes from Remedy work branch.
2170 === start changelog ===
2172 Wed Jan 12 11:57:15 UTC 2011 Martin Corino <mcorino@remedy.nl>
2174 * examples/OS/Process/process.cpp:
2177 Wed Jan 12 09:21:38 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2179 * apps/gperf/src/Key_List.cpp:
2182 Mon Jan 10 13:53:16 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2188 * ace/OS_NS_Thread.cpp:
2190 * ace/config-tandem-nsk-mips-v2.h:
2191 * ace/os_include/sys/os_types.h:
2192 * apps/gperf/src/Key_List.cpp:
2193 Cleanup of MVS support, got deprecated already a long time ago, but
2194 seems we forgot todo the cleanup
2199 * ace/config-sunos5.6.h:
2200 * ace/config-win32-common.h:
2201 Zapped some empty lines
2203 Mon Jan 10 12:38:10 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2208 Mon Jan 10 09:09:16 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2211 * etc/ace_inet.doxygen:
2212 * etc/ace_man.doxygen:
2213 * etc/ace_qos.doxygen:
2214 * etc/ace_rmcast.doxygen:
2215 * etc/ace_ssl.doxygen:
2216 * etc/acexml.doxygen:
2217 Removed deprecated macros
2219 Fri Jan 7 08:25:08 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2221 * debian/patches/11-promote-QtResource-to-qt4.dpatch:
2222 Removed part of this patch
2224 Thu Jan 6 11:20:15 UTC 2011 Martin Corino <mcorino@remedy.nl>
2226 * ace/Object_Manager.cpp:
2227 Simplified preprocessor tests for ACE_DISABLE_WIN32_ERROR_WINDOWS
2228 which is ALWAYS explicitly user defined.
2229 Added support for using ACE_DISABLE_WIN32_ERROR_WINDOWS in MingW32
2232 Thu Jan 6 09:46:36 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2234 * include/makeinclude/platform_cray.GNU:
2235 * include/makeinclude/platform_mvs.GNU:
2236 * include/makeinclude/platform_vxworks5.5.x.GNU:
2237 Removed these files, platforms got removed some time ago but
2238 seems we forgot to remove these files
2240 Wed Jan 5 18:20:10 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2242 * ace/config-tandem.h:
2243 Removed commented out define
2245 * ace/os_include/os_string.h:
2246 * ace/os_include/os_wchar.h:
2247 Removed several ACE_LACKS_*_PROTOTYPE guarded code, the defines
2250 Wed Jan 5 14:02:00 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2252 * include/makeinclude/rules.local.GNU:
2255 Wed Jan 5 14:00:15 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2257 * include/makeinclude/wrapper_macros.GNU:
2258 ACE_RCSID has been removed some time ago
2260 Tue Jan 4 14:20:15 UTC 2011 Martin Corino <mcorino@remedy.nl>
2262 * examples/OS/Process/process.cpp:
2263 * examples/QOS/Change_Sender_TSpec/Sender_QoS_Event_Handler.cpp:
2264 * examples/QOS/Simple/Sender_QoS_Event_Handler.cpp:
2265 * examples/QOS/Change_Receiver_FlowSpec/Sender_QoS_Event_Handler.cpp:
2266 Fixed const char* assignment warnings.
2268 Tue Jan 4 13:50:15 UTC 2011 Martin Corino <mcorino@remedy.nl>
2271 Fix to prevent warning concerning const char* assignment.
2273 Tue Jan 4 11:10:15 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2275 * bin/MakeProjectCreator/config/ace_tk.mpb:
2278 * bin/auto_run_tests.pl:
2279 Document -ExeSubDir with --help
2281 Mon Jan 3 15:06:54 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2283 * include/makeinclude/platform_linux_common.GNU:
2284 Fixed tcl an tk flags
2286 * debian/patches/14-fix-tcl-flags.dpatch:
2287 Removed this file, merged this into file above
2289 Mon Jan 3 14:38:53 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2291 * bin/ace_components:
2292 * include/makeinclude/component_check.GNU:
2293 Removed support for PACE
2295 Sun Jan 2 13:19:44 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2297 * ace/QtReactor/ace_qt4reactor.mpc:
2298 Added missing header
2301 * apps/gperf/src/gperf.mpc:
2302 * bin/MakeProjectCreator/templates/gnu.mpd:
2303 * bin/ace_install_pkgconfig.pl:
2304 Added support for DESTDIR, needed for debian packaghing
2306 * debian/patches/00list:
2307 Removed patches merged upstream
2309 * debian/patches/12-add-DESTDIR-to-MPC.dpatch:
2313 Added some more extensions
2315 Sun Jan 2 12:45:13 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
2318 Merged revision 734 from pkg-ace
2320 === end changelog ===
2322 Mon Jan 17 20:47:01 UTC 2011 Steve Huston <shuston@riverace.com>
2324 * ace/Asynch_Acceptor.cpp (handle_accept): If the new handler has
2325 already set its own proactor pointer, don't reset it. Fixes
2328 Wed Jan 12 21:05:19 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
2330 * ace/OS_NS_unistd.inl:
2331 * ace/SPIPE_Stream.inl:
2333 Use ACE_UNUSED_ARG instead of self assignment to suppress unused
2336 Wed Jan 5 23:10:05 UTC 2011 Steve Huston <shuston@riverace.com>
2338 * tests/Bug_2610_Regression_Test.cpp: Fixed a bunch of ACE_ERROR
2339 statements to log the actual error cause; also fixed for IPv6.
2341 Wed Dec 29 16:10:21 UTC 2010 Steve Huston <shuston@riverace.com>
2343 * ace/SOCK_Stream.h: Noted that the timeout on the counted send/recv
2344 methods applies per operation, restarting on retries, not to the
2345 overall set of retries.
2347 Mon Dec 27 20:32:33 UTC 2010 Adam Mitz <mitza@ociweb.com>
2349 * bin/MakeProjectCreator/templates/gnu.mpd:
2351 Use $(LIB_PREFIX) and $(LIBEXT) for DEPLIBS.
2352 New variable $(LD_RPATH_FLAGS) for extra linker flags that
2353 will be used when RPATH is enabled.
2355 * include/makeinclude/platform_linux.GNU:
2357 Set LD_RPATH_FLAGS to enable DT_RUNPATH in the ELF headers.
2359 Sat Dec 25 15:52:56 UTC 2010 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
2361 * Merry Christmas and Peace on Earth.
2363 Tue Dec 21 09:57:54 UTC 2010 Olli Savia <ops@iki.fi>
2365 * protocols/ace/TMCast/TransactionController.hpp:
2366 Added missing ACE_OS:: to memcpy call.
2368 Mon Dec 20 21:10:55 UTC 2010 Olli Savia <ops@iki.fi>
2370 * ACEXML/common/NamespaceSupport.cpp:
2371 * Kokyu/DSRT_Sched_Queue_T.cpp:
2372 Initialize pointer with zero
2374 Mon Dec 20 20:58:26 UTC 2010 Olli Savia <ops@iki.fi>
2376 * examples/QOS/Change_Receiver_FlowSpec/Sender_QoS_Event_Handler.cpp:
2377 * examples/QOS/Change_Sender_TSpec/Sender_QoS_Event_Handler.cpp:
2378 * examples/QOS/Simple/Sender_QoS_Event_Handler.cpp:
2379 Fixed compile warnings.
2381 Fri Dec 17 14:42:53 UTC 2010 Martin Corino <mcorino@remedy.nl>
2384 Merged RemedyWork branch.
2386 Wed Dec 15 11:32:59 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2389 Initialize pointer with zero
2391 Tue Dec 14 15:26:38 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2394 * bin/diff-builds-and-group-fixed-tests-only.sh:
2395 * docs/Download.html:
2397 Updated for next release
2399 Tue Dec 14 13:13:17 CET 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2401 * ACE version 6.0.0 released.
2403 Tue Dec 14 10:12:53 UTC 2010 Martin Corino <mcorino@remedy.nl>
2405 * tests/Atomic_Op_Test.cpp:
2406 * tests/Auto_IncDec_Test.cpp:
2407 * tests/Buffer_Stream_Test.cpp:
2408 * tests/Bug_2434_Regression_Test.cpp:
2409 * tests/Bug_3332_Regression_Test.cpp:
2410 * tests/Bug_3878_Regression_Test.cpp:
2411 * tests/CDR_Array_Test.cpp:
2412 * tests/CDR_Test.cpp:
2413 * tests/Cache_Map_Manager_Test.cpp:
2414 * tests/Collection_Test.cpp:
2415 * tests/Conn_Test.cpp:
2416 * tests/Dev_Poll_Reactor_Test.cpp:
2417 * tests/Dynamic_Priority_Test.cpp:
2418 * tests/Dynamic_Test.cpp:
2419 * tests/Future_Set_Test.cpp:
2420 * tests/Future_Test.cpp:
2421 * tests/IOStream_Test.cpp:
2422 * tests/Integer_Truncate_Test.cpp:
2423 * tests/Intrusive_Auto_Ptr_Test.cpp:
2424 * tests/MM_Shared_Memory_Test.cpp:
2425 * tests/MT_Reference_Counted_Event_Handler_Test.cpp:
2426 * tests/MT_Reference_Counted_Notify_Test.cpp:
2427 * tests/MT_SOCK_Test.cpp:
2428 * tests/Mem_Map_Test.cpp:
2429 * tests/Message_Queue_Notifications_Test.cpp:
2430 * tests/New_Fail_Test.cpp:
2431 * tests/NonBlocking_Conn_Test.cpp:
2432 * tests/Object_Manager_Flipping_Test.cpp:
2433 * tests/Pipe_Test.cpp:
2434 * tests/Priority_Buffer_Test.cpp:
2435 * tests/Proactor_Scatter_Gather_Test.cpp:
2436 * tests/Proactor_Test.cpp:
2437 * tests/Proactor_Test_IPV6.cpp:
2438 * tests/Proactor_UDP_Test.cpp:
2439 * tests/Process_Semaphore_Test.cpp:
2440 * tests/Process_Strategy_Test.cpp:
2441 * tests/RB_Tree_Test.cpp:
2442 * tests/Reactor_Timer_Test.cpp:
2443 * tests/Reactors_Test.cpp:
2444 * tests/Recursive_Mutex_Test.cpp:
2445 * tests/SOCK_Send_Recv_Test_IPV6.cpp:
2446 * tests/SOCK_Test.cpp:
2447 * tests/SOCK_Test_IPv6.cpp:
2448 * tests/SPIPE_Test.cpp:
2449 * tests/SV_Shared_Memory_Test.cpp:
2450 * tests/Signal_Test.cpp:
2451 * tests/TP_Reactor_Test.cpp:
2452 * tests/TSS_Test.cpp:
2453 * tests/Task_Ex_Test.cpp:
2454 * tests/Thread_Manager_Test.cpp:
2455 * tests/Thread_Mutex_Test.cpp:
2456 * tests/Thread_Pool_Reactor_Resume_Test.cpp:
2457 * tests/Thread_Pool_Reactor_Test.cpp:
2458 * tests/Thread_Pool_Test.cpp:
2459 * tests/Thread_Timer_Queue_Adapter_Test.cpp:
2460 * tests/Time_Value_Test.cpp:
2461 * tests/Timer_Queue_Reference_Counting_Test.cpp:
2462 * tests/Tokens_Test.cpp:
2463 * tests/UPIPE_SAP_Test.cpp:
2464 * tests/Vector_Test.cpp:
2465 * tests/WFMO_Reactor_Test.cpp:
2466 Replaced ACE_ASSERT by ACE_TEST_ASSERT to conditions get
2467 tested in release mode as well.
2469 Mon Dec 13 07:59:21 UTC 2010 Martin Corino <mcorino@remedy.nl>
2471 * ace/Message_Queue_NT.cpp:
2472 Add missing activation in open() (setting state indicator).
2474 Sun Dec 12 16:20:22 UTC 2010 Martin Corino <mcorino@remedy.nl>
2476 * include/makeinclude/platform_g++_common.GNU:
2477 * include/makeinclude/platform_gnuwin32_common.GNU:
2478 Fix DLL export problems with MingW GCC 4.5.0
2480 * ace/Future_Set.cpp:
2481 * protocols/ace/RMCast/Acknowledge.cpp:
2482 * protocols/ace/RMCast/Protocol.h:
2483 * protocols/ace/RMCast/Reassemble.cpp:
2484 * tests/Bug_3332_Regression_Test.cpp:
2485 * tests/Bug_3911_Regression_Test.cpp:
2486 * tests/Hash_Map_Manager_Test.cpp:
2487 Fixed uninitialized use warnings.
2489 * ace/WIN32_Asynch_IO.cpp:
2490 Fixed comparison always true warning.
2492 * examples/Reactor/WFMO_Reactor/Handle_Close.cpp:
2493 Fixed constant char* assignment.
2495 * examples/Reactor/WFMO_Reactor/Suspended_Removals.cpp:
2496 Fixed unused argument/variable warnings.
2498 * tests/Array_Map_Test.cpp:
2499 * tests/Handle_Set_Test.cpp:
2500 * tests/Hash_Map_Bucket_Iterator_Test.cpp:
2501 * tests/MT_Reactor_Timer_Test.cpp:
2502 * tests/Malloc_Test.cpp:
2503 * tests/Naming_Test.cpp:
2504 * tests/Process_Manual_Event_Test.cpp:
2505 * tests/Process_Mutex_Test.cpp:
2506 * tests/Reactor_Notify_Test.cpp:
2507 * tests/Sig_Handlers_Test.cpp:
2508 * tests/Sigset_Ops_Test.cpp:
2509 * tests/Timer_Queue_Test.cpp:
2510 Replaced ACE_ASSERT by ACE_TEST_ASSERT to make test
2511 function in release (NDEBUG) builds as well.
2513 Wed Dec 8 09:36:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
2515 * ace/Configuration.cpp:
2516 Fixed uninitialized use warning.
2518 Tue Dec 7 23:07:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2520 * tests/Bug_3878_Regression_Test.cpp:
2521 Fixed problem in single threaded build
2523 Tue Dec 7 23:04:14 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2525 * tests/Bug_3539_Regression_Test.cpp:
2526 Fixed problem in single threaded build
2528 Tue Dec 7 15:52:02 UTC 2010 Steve Huston <shuston@riverace.com>
2530 * tests/Atomic_Op_Test.cpp: For platforms w/o built-in atomic op
2531 support, run fewer iterations of the test loop. Those platforms
2532 sometimes time out during regression tests. This was a problem
2533 with Riverace's PA-RISC box so if this change causes problems
2534 otherwise, please let me know.
2536 Mon Dec 6 15:59:52 UTC 2010 Adam Mitz <mitza@ociweb.com>
2538 * bin/make_release.py:
2540 Enabled the calls to update_latest_tag() now that the bug in that
2541 functions has been fixed in:
2542 Tue Sep 14 16:42:26 UTC 2010 Adam Mitz <mitza@ociweb.com>
2544 Sat Dec 4 14:25:26 UTC 2010 Steve Huston <shuston@riverace.com>
2546 * ace/ACE.cpp (timestamp):
2547 * ace/Log_Msg.cpp (log):
2548 * ace/Log_Msg_UNIX_Syslog.cpp (log):
2549 * ace/Log_Record.cpp (format_msg):
2550 * examples/Misc/test_timestamp.cpp: Cleanups, correcting buffer sizes
2551 from old 35-char length to 27 based on new timestamp format. Thanks
2552 to Thomas Lockhart for these.
2554 Thu Dec 2 18:29:36 UTC 2010 Steve Huston <shuston@riverace.com>
2556 * ace/ACE.{h cpp} (timestamp): Changed the format produced from
2557 ACE::timestamp() from ctime-ish "Day Mon dd hh:mm:ss yyyy" to
2558 ISO-8601 yyyy-mm-dd hh:mm:ss.mmmmmm. Thank you to Thomas
2559 Lockhart for this fix. Resolves Bugzilla #3210.
2560 Also fixed up the doxygen comments related.
2562 * ace/Log_Record.cpp (format_msg): VERBOSE[_LITE] timestamp also
2563 changed to ISO-8601 format but uses 3 decimal places after secs.
2565 * NEWS: Described above change for users.
2567 Mon Nov 29 17:20:47 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
2571 Added Shi John <John dot Shi at acxiom dot com>.
2573 Fri Nov 26 17:36:10 UTC 2010 Steve Huston <shuston@riverace.com>
2575 * ace/os_include/os_pthread.h: Removed the #defines for
2576 PTHREAD_CANCEL_{ENABLE, DISABLE, DEFERRED, ASYNCHRONOUS}. They
2577 were breaking the LynxOS build (LynxOS sets these via enum, not
2578 macro). If a platform doesn't have these symbols then the
2579 ACE_LACKS_PTHREAD_CANCEL config setting should be used to avoid
2580 code that references them.
2582 Thu Nov 25 12:17:31 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2584 * ace/OS_NS_unistd.h:
2585 * ace/OS_NS_unistd.cpp:
2586 Removed not enabled ftruncate workaround
2588 * ace/Env_Value_T.h:
2591 * ace/OS_NS_sys_utsname.cpp:
2592 * ace/OS_NS_sys_wait.cpp:
2593 * ace/OS_NS_time.cpp:
2594 * ace/OS_NS_wchar.cpp:
2597 Tue Nov 23 23:20:07 UTC 2010 Steve Huston <shuston@riverace.com>
2599 * ace/os_include/os_pthread.h: Give definite values to THR_CANCEL_*
2600 flags - using the PTHREAD_CANCEL_* values gives the THR_CANCEL_*
2601 options overlapping bits making it impossible to distinguish them.
2603 * ace/Base_Thread_Adapter.{h, cpp}:
2604 * ace/OS_NS_Thread.cpp (thr_create):
2605 * ace/OS_Thread_Adapter.{h, cpp}:
2606 * ace/Thread_Adapter.{h, cpp}:
2607 * ace/Thread_Manager.cpp (spawn):
2608 Added a member in the thread adapters to carry the cancel flags
2609 through to the spawned thread. In the spawned thread, check the
2610 cancel-related flags and act on them if set. This enables proper
2611 support for spawning threads with the THR_CANCEL_* flags as
2614 * ace/OS_NS_Thread.{h inl} (thr_setcancelstate, thr_setcanceltype):
2615 Map the THR_CANCEL_* values to PTHREAD_CANCEL_* values on both
2616 sides of the pthread call. Makes this API portable across OSes
2617 in case cancel support is ever added anywhere else.
2618 Added comments for doxygen to pick up explaining this.
2620 * tests/Thread_Attrs_Test.cpp: Added test cases for spawning threads
2621 with various cancel settings.
2623 Resolves Bugzilla #3932.
2625 Fri Nov 19 18:55:58 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
2629 Added Wendsomde Yameogo <wendsomde at yameogo dot com>.
2631 Fri Nov 19 15:46:07 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
2633 * include/makeinclude/platform_g++_common.GNU:
2634 Attempted to fix compile problems with using tao_idl3_to_xmi
2637 Wed Nov 17 09:29:42 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
2639 * apps/gperf/src/Key_List.cpp:
2642 Mon Nov 15 12:58:26 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2644 * tests/Malloc_Test.cpp:
2645 Use ACE_auto_ptr_reset
2647 Mon Nov 15 12:41:22 UTC 2010 Steve Huston <shuston@riverace.com>
2649 * protocols/ace/INet/inet.mpc: Renamed 2nd instance of http_simple_wget
2650 to be slightly different in ssl case - prevents name clash when
2651 regenerating automake files.
2653 Mon Nov 15 12:29:51 UTC 2010 Steve Huston <shuston@riverace.com>
2655 * m4/ace.m4: Restored TAO-related conditionals; there's no way to set
2656 them to true, but they're referred to in many Makefile.ams so
2657 the conditional needs to be there.
2658 Also added enable/disable for protocols/ace/INet.
2660 Mon Nov 15 09:40:48 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2663 Zap TAO as directory
2665 * ACEXML/common/XML_Types.h:
2667 * ace/Basic_Types.h:
2668 * ace/OS_NS_Thread.cpp:
2670 * ace/Object_Manager.cpp:
2671 * ace/Object_Manager_Base.cpp:
2674 * ace/SOCK_Dgram.inl:
2675 * ace/SOCK_Dgram_Mcast.h:
2676 * ace/SOCK_Dgram_Mcast.cpp:
2679 * ace/Thread_Exit.cpp:
2681 * ace/config-lite.h:
2682 * apps/JAWS/clients/Caching/Locator_Request_Reply.cpp:
2683 * apps/JAWS/clients/Caching/URL_Properties.h:
2684 * apps/JAWS/clients/Caching/URL_Properties.inl:
2685 * apps/JAWS/clients/Caching/URL_Properties.cpp:
2686 Clean of deprecated define ACE_USHORT16 and ACE_AUTO_PTR_RESET
2689 Updated support address
2691 Wed Nov 10 18:12:41 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2695 * ace/ace_for_tao.mpc:
2696 Updated for removed file
2699 Removed this file, was for backwards compatibility but had an invalid
2700 include in it. Thanks to Helmut Böing for reporting this
2702 Wed Nov 10 14:49:57 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2704 * ace/SOCK_Dgram_Mcast.h:
2710 Removed support for TAO, thanks to Mark <markg85 at gmail dot com>
2713 Wed Nov 10 10:17:27 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
2715 * bin/MakeProjectCreator/templates/gnu.mpd:
2716 Added support for tao_idl3_to_xmi in makefiles.
2718 Sun Nov 7 00:13:13 UTC 2010 Steve Huston <shuston@riverace.com>
2720 * tests/INET_Addr_Test.cpp: Mismatching the addr->name test is not
2721 necessarily an error.
2723 Fri Nov 5 14:23:26 UTC 2010 Steve Huston <shuston@riverace.com>
2725 * include/makeinclude/rules.local.GNU: Added a hook for users to
2726 include site-private rules in a build. If the user places a
2727 "rules.private.GNU" in any build directory it will get included
2728 from rules.local.GNU. The "private_rules_file" make variable
2729 can be set to override the name and/or location of the file.
2730 If no such rules file exists, its absence is silently ignored.
2731 This facility can be used, for example, to integrate a specialized
2732 code checker into the build process.
2734 * NEWS: Describe this new hook.
2736 Fri Nov 5 00:29:08 2010 Steve Huston <shuston@riverace.com>
2738 * ace/Process_Manager.h: Removed remaining references to reap().
2739 Noted that terminate() doesn't remove the process entry, and the
2740 caller is advised to also call wait() or remove().
2742 Thu Nov 4 15:17:51 UTC 2010 Steve Huston <shuston@riverace.com>
2744 * ace/INET_Addr.cpp (set): For platforms that have the GNU-extended
2745 gethostbyname2_r() function, use it instead of getaddrinfo() for
2746 a IPv6 hostname lookup. Customer reports that it getaddrinfo() is
2747 hugely slower than gethostbyname2 on large vlans. The alternate
2748 code is used if ACE_HAS_GETHOSTBYNAME2 is set in config.h.
2749 (This is a revised fix from Tue Nov 2 00:18:34 UTC 2010)
2751 * tests/INET_Addr_Test.cpp: Add some IPv6 address and name lookups.
2753 Tue Nov 2 13:26:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2755 * ace/ATM_Stream.inl:
2756 * ace/Atomic_Op.inl:
2757 * ace/Atomic_Op_GCC_T.inl:
2760 * ace/OS_NS_dlfcn.inl:
2763 * ace/config-macros.h:
2764 When using ACE_HAS_VALGRIND, disable the dlclose functionality,
2765 valgrind needs to have all loaded dll's still in memory in order
2766 to show the full callstack, if the dll is unloaded before process
2767 shutdown valgrind will show ???
2769 * ace/os_include/os_dlfcn.h:
2773 * debian/debian.rules:
2776 * debian/cmp-installation.sh:
2779 Tue Nov 2 01:25:05 UTC 2010 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
2781 * ace/Log_Msg.cpp (ACE_Log_Msg::log): Added
2783 ACE_OS::memset(format,'\0',128);
2785 to ensure the format string has known values. Thanks to Chad
2786 Beaulac <chad dot beaulac at objectivesolutions dot com> for
2787 this suggestion. This fixes bugid 3923.
2789 Tue Nov 2 00:18:34 UTC 2010 Steve Huston <shuston@riverace.com>
2791 * ace/INET_Addr.cpp (set): For platforms that have the GNU-extended
2792 gethostbyname2_r() function, use it instead of getaddrinfo() for
2793 a IPv6 hostname lookup. Customer reports that it getaddrinfo() is
2794 hugely slower than gethostbyname2 on large vlans. The alternate
2795 code is used if ACE_HAS_GETHOSTBYNAME2 is set in config.h.
2797 * configure.ac: Check for ACE_HAS_GETHOSTBYNAME2.
2799 Mon Nov 1 15:03:05 UTC 2010 Steve Huston <shuston@riverace.com>
2801 * ace/Reactor.h: Clarified some behavior descriptions related to
2802 timer expiry behavior and return value from handle_timeout().
2804 Mon Nov 1 14:57:11 UTC 2010 Adam Mitz <mitza@ociweb.com>
2806 * ace/OS_NS_sys_mman.inl:
2808 For 64-bit Windows, pass the high 32 bits of ACE_OS::mmap()'s "len"
2809 parameter as the 3rd parameter to CreateFileMapping(), which was
2810 previously hard-coded to zero. This both avoids a warning and also
2811 enables the user to pass a value > MAX_INT as the maximum size.
2813 Mon Nov 1 07:18:43 UTC 2010 Olli Savia <ops@iki.fi>
2815 * ace/config-linux-common.h:
2816 Reverted some of changes in previous commit which
2817 were accidentally cheked in.
2819 Sun Oct 31 10:14:10 UTC 2010 Olli Savia <ops@iki.fi>
2821 * ace/config-linux-common.h:
2822 Removed some legacy GLIBC 1.x related settings.
2824 Sat Oct 30 10:09:47 UTC 2010 Olli Savia <ops@iki.fi>
2826 * ace/config-linux-common.h:
2827 Removed some legacy settings.
2829 Fri Oct 29 14:33:33 UTC 2010 Olli Savia <ops@iki.fi>
2831 * include/makeinclude/platform_g++_common.GNU:
2832 Removed GCC 2.x support.
2834 Thu Oct 28 17:45:10 UTC 2010 Steve Huston <shuston@riverace.com>
2836 * ace/INET_Addr.cpp (set): Corrected ACE_HAS_IPV6 checks made in
2837 Wed Oct 27 22:16:12 UTC 2010 Steve Huston <shuston@riverace.com>.
2839 Thu Oct 28 11:40:01 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
2841 * bin/make_release.py:
2842 Fixed incorrect spelling of DANCE.
2844 Thu Oct 28 11:18:12 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2846 * bin/make_release.py:
2847 Fixed generation of dsc file
2849 Thu Oct 28 07:38:47 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2852 * ace/Array_Map.cpp:
2853 * ace/Auto_Functor.h:
2854 * ace/Auto_Functor.inl:
2856 * ace/config-g++-common.h:
2857 * ace/config-win32-msvc-8.h:
2858 * performance-tests/Misc/test_singleton.cpp:
2859 Cleanup because GCC < 3 isn't supported anymore
2861 * include/makeinclude/platform_hpux_aCC.GNU:
2862 aCC 3.31 isn't supported anymore for a long time
2864 Thu Oct 28 07:08:00 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2866 * examples/APG/Logging/Trace_Return.cpp:
2867 * examples/APG/Logging/Wrap_Macros.cpp:
2868 Fixed compile errors
2870 Wed Oct 27 22:16:12 UTC 2010 Steve Huston <shuston@riverace.com>
2872 * ace/INET_Addr.cpp (set): When looking up a hostname, always use
2873 gethostbyname() for IPv4 requests, even if IPv6 is available.
2874 getaddrinfo() (used when IPv4 and 6 are both available) is hugely
2875 slower than gethostbyname() in large vlan environments. Note that
2876 even though gethostbyname() can grok IPv6 on Linux, it can't
2877 anywhere else, so I avoided trying to go that route.
2879 Wed Oct 27 19:35:09 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2881 * debian/libace-5.8.3.docs:
2882 * rpmbuild/ace-tao.spec:
2885 Wed Oct 27 17:47:55 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2887 * ace/config-g++-common.h:
2888 * examples/APG/Logging/Trace.h:
2889 * examples/APG/Logging/Trace_Return.cpp:
2890 * examples/APG/Logging/Wrap_Macros.cpp:
2891 Removed support for GCC < 3
2893 Wed Oct 27 17:40:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2895 * docs/Download.html:
2896 Make x.8.3 available for download
2899 Updated size and md5
2901 * rpmbuild/ace-tao.spec:
2902 Corrected executable names
2904 Wed Oct 27 12:29:47 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2909 * bin/diff-builds-and-group-fixed-tests-only.sh:
2912 * bin/make_release.py:
2913 Generate spaces and removed some not needed excludes
2915 * bin/generate_rel_manpages:
2916 Print a message when we are ready
2918 Wed Oct 27 10:38:47 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2922 Updated for next release
2924 Wed Oct 27 12:01:05 CEST 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2926 * ACE version 5.8.3 released.
2928 Tue Oct 26 11:21:35 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2930 * bin/diff-builds-and-group-fixed-tests-only.sh:
2931 Fixed DANCE_ROOT, could cause problems with the test stats email
2933 Mon Oct 25 21:01:02 UTC 2010 Olli Savia <ops@iki.fi>
2938 Mon Oct 25 14:07:15 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
2940 * ace/Service_Gestalt.cpp:
2941 Another fix to error processing behavior. If the result of
2942 process_directives() was > 0, that value was replaced by the
2943 result of process_commandline_directives(), which is contrary to
2944 the expected behavior. Now the result is the sum of these to
2945 return values, unless either returns -1, then the result is just
2948 Mon Oct 25 06:30:35 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2950 * ace/Atomic_Op_T.h:
2951 * ace/Auto_IncDec_T.h:
2954 Sun Oct 24 12:35:28 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2956 * ace/Event_Handler.h:
2958 * ace/Reactor_Notification_Strategy.h:
2959 * ace/Read_Buffer.h:
2960 * ace/Registry_Name_Space.h:
2961 * ace/Remote_Tokens.h:
2964 Fri Oct 22 11:19:33 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2969 Thu Oct 21 11:10:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2976 * ace/WIN32_Asynch_IO.h:
2979 Wed Oct 20 18:19:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2982 If we just see dollarIddollar we trigger an error, svn:keywords is
2985 Wed Oct 20 16:07:09 UTC 2010 Steve Huston <shuston@riverace.com>
2987 * ace/Timer_Queue_Adapters.cpp (ACE_Thread_Timer_Queue_Adapter::svc):
2988 * ace/Timer_Queue_T.cpp (expire):
2989 Temporarily release and reacquire the mutex around timer dispatch.
2990 This prevents a deadlock on user code with multiple threads doing
2991 timer-related operations.
2993 Wed Oct 20 09:22:46 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
2995 * bin/MakeProjectCreator/config/global.features:
2996 Add nddsmonitor as default to 0
2998 Wed Oct 20 09:19:25 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3002 * bin/MakeProjectCreator/config/global.features:
3004 * tests/Time_Value_Test.cpp:
3006 Tue Oct 19 18:11:57 UTC 2010 Olli Savia <ops@iki.fi>
3008 * ace/Caching_Utility_T.cpp:
3009 Added missing include.
3011 Tue Oct 19 09:44:45 UTC 2010 Olli Savia <ops@iki.fi>
3013 * ace/Caching_Utility_T.cpp:
3014 Use ACE::is_equal() to compare floating point values.
3016 Fri Oct 15 10:18:05 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3018 * tests/Bug_3911_Regression_Test.cpp:
3021 Thu Oct 14 18:29:35 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3023 * tests/run_test.lst:
3025 3911 doesn't work with ace_for_tao
3027 Thu Oct 14 13:15:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
3031 Changes to allow to dynamically define the max. number of cmdline args.
3032 The tao_idl compiler was running out of room in certain instances and
3033 the static max was very conservative.
3035 Thu Oct 14 09:38:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
3037 * tests/Bug_3911_Regression_Test.cpp:
3040 Wed Oct 13 08:24:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
3042 * tests/Bug_3911_Regression_Test.cpp:
3045 Wed Oct 13 06:15:00 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3047 * ace/Framework_Component.h:
3048 * ace/Framework_Component.inl:
3049 * ace/Framework_Component.cpp:
3050 * ace/Framework_Component_T.h:
3051 Use ACE_Copy_Disabled, change c-style cast to const cast, use
3052 sync macros instead of ACE_MT. Thanks to Ranjit Hande
3053 <hande at avaya dot com> for reporting the c-style cast warnings
3055 * tests/Framework_Component_Test.h:
3058 Tue Oct 12 21:12:51 UTC 2010 Adam Mitz <mitza@ociweb.com>
3060 * bin/DependencyGenerator/GNUObjectGenerator.pm:
3062 Fixed incorrect Perl regex escaping from my previous commit.
3064 Tue Oct 12 11:41:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
3066 * tests/Bug_3911_Regression_Test.cpp:
3069 Tue Oct 12 08:06:00 UTC 2010 Martin Corino <mcorino@remedy.nl>
3071 * tests/Bug_3911_Regression_Test.cpp:
3072 * tests/run_test.lst:
3074 Added reproducer test for Bugzilla #3911.
3076 Mon Oct 11 16:31:12 UTC 2010 Adam Mitz <mitza@ociweb.com>
3078 * bin/DependencyGenerator/GNUObjectGenerator.pm:
3080 If the source file contains '../', remove the directory part from
3081 the name of the object file (see gnu.mpd:383 OBJS make variable).
3083 Mon Oct 11 11:53:43 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3085 * ace/Dev_Poll_Reactor.cpp:
3086 * ace/Select_Reactor_T.cpp:
3087 Fixed problems with threads=0, thanks to Elez <elezsh at gmail dot com>
3088 for reporting this and providing a patch
3090 Fri Oct 8 11:19:44 UTC 2010 Olli Savia <ops@iki.fi>
3092 * protocols/ace/RMCast/Flow.cpp:
3093 Added missing include.
3095 Fri Oct 8 08:42:37 UTC 2010 Olli Savia <ops@iki.fi>
3097 * ace/config-linux-common.h:
3098 * ace/os_include/os_unistd.h:
3101 Removed references to ACE_LACKS_PREAD_PROTOTYPE. It is no
3104 Fri Oct 8 08:20:04 UTC 2010 Olli Savia <ops@iki.fi>
3106 * ace/OS_NS_stdio.inl:
3108 * tests/OS_Test.cpp:
3109 Removed references to ACE_LACKS_RENAME. It is no
3112 Fri Oct 8 07:51:46 UTC 2010 Olli Savia <ops@iki.fi>
3114 * ace/config-integritySCA.h:
3115 Removed references to ACE_LACKS_IPC_H. It is no
3118 Fri Oct 8 07:48:38 UTC 2010 Olli Savia <ops@iki.fi>
3121 Removed references to ACE_LACKS_IOSTREAMS_TOTALLY. It is no
3124 * ace/os_include/os_stropts.h:
3127 Fri Oct 8 07:42:26 UTC 2010 Olli Savia <ops@iki.fi>
3129 * ace/OS_NS_stdio.h:
3130 * ace/OS_NS_stdio.inl:
3132 * ace/Svc_Conf_Lexer.cpp:
3133 Removed references to ACE_LACKS_CLEARERR. It is no
3136 Fri Oct 8 06:58:56 UTC 2010 Olli Savia <ops@iki.fi>
3138 * protocols/ace/RMCast/Flow.cpp:
3139 * tests/CDR_Array_Test.cpp:
3140 * tests/CDR_File_Test.cpp:
3141 * tests/CDR_Test.cpp:
3142 * tests/Upgradable_RW_Test.cpp:
3143 Use ACE::is_equal() to compare floating point values.
3145 Thu Oct 7 12:34:20 UTC 2010 Olli Savia <ops@iki.fi>
3147 * ASNMP/tests/Counter64_Test.cpp:
3148 * ace/ETCL/ETCL_Constraint.cpp:
3149 * ace/Monitor_Control/CPU_Load_Monitor.cpp:
3150 Use ACE::is_equal() to compare floating point values.
3152 Tue Oct 5 07:23:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3158 * docs/ACE-porting.html:
3161 * include/makeinclude/wrapper_macros.GNU:
3162 Added support for valgrind=1
3164 Mon Oct 4 19:55:33 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
3166 * bin/make_release.py:
3170 Mon Oct 4 12:32:02 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3172 * ace/LSOCK_Stream.h:
3178 * include/makeinclude/platform_sunos5_sunc++.GNU:
3179 Removed SUN_CC_HAS_PVFC_BUG, this got added 8 years ago and is
3180 used for any SunCC compiler version. If some old SunCC compiler breaks
3181 we can readd this flag for just that compiler version
3183 Fri Oct 1 16:00:51 UTC 2010 William Otte <wotte@zifnab>
3187 Updated to include DAnCE.
3189 Fri Oct 1 11:55:23 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3191 * ace/config-g++-common.h:
3192 * ace/config-qnx-neutrino.h:
3193 * ace/config-qnx-rtp-common.h:
3194 Fixed redefinition warnings
3196 * ace/ace_for_tao.mpc:
3199 * ace/config-win32-common.h:
3200 * ace/config-win32-msvc.h:
3201 * ace/config-win32.h:
3204 * ace/config-win32-ghs.h:
3207 Thu Sep 30 10:49:38 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3209 * debian/mpc-ace.install:
3212 * docs/bczar/bczar.html:
3213 Added DAnCE to doxygen instructions
3215 Thu Sep 30 08:09:34 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3218 * ace/config-g++-common.h:
3219 * ace/config-hpux-11.00.h:
3220 * ace/config-linux-common.h:
3222 * ace/config-sunos5.5.h:
3223 * ace/config-win32-borland.h:
3224 * ace/config-win32-cegcc.h:
3225 * ace/config-win32-dmc.h:
3226 * ace/config-win32-ghs.h:
3227 * ace/config-win32-mingw.h:
3228 * ace/config-win32-msvc.h:
3229 Cleanup, move g++ version defines to config-g++-common.h
3231 Thu Sep 30 05:45:10 UTC 2010 Marcel Smit <msmit@remedy.nl>
3234 * ace/Cache_Map_Manager_T.h:
3235 * ace/Cache_Map_Manager_T.inl:
3236 * ace/Cache_Map_Manager_T.cpp:
3237 * ace/Cached_Connect_Strategy_T.h:
3238 * ace/Cached_Connect_Strategy_T.cpp:
3239 * ace/Caching_Strategies_T.h:
3240 * ace/Caching_Utility_T.cpp:
3241 * ace/Cleanup_Strategies_T.cpp:
3242 * ace/Hash_Cache_Map_Manager_T.h:
3243 * ace/Hash_Cache_Map_Manager_T.cpp:
3249 * examples/Web_Crawler/URL_Visitor.h:
3250 * tests/Cache_Map_Manager_Test.cpp:
3251 * tests/Cached_Accept_Conn_Test.h:
3252 * tests/Cached_Conn_Test.cpp:
3253 * tests/Map_Manager_Test.cpp:
3254 Removed ACE_Pair from the ACE library.
3256 Wed Sep 29 14:06:40 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3258 * ace/Cache_Map_Manager_T.h:
3260 * ace/Metrics_Cache_T.h:
3261 * ace/Metrics_Cache_T.inl:
3262 * ace/Metrics_Cache_T.cpp:
3265 Wed Sep 29 12:19:17 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3267 * ace/Caching_Utility_T.h:
3268 * ace/Caching_Utility_T.cpp:
3269 Use bool and ACE_Copy_Disabled
3271 * ace/Malloc_Base.h:
3275 Wed Sep 29 12:08:58 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>
3277 * bin/MakeProjectCreator/config/global.features:
3278 Add ccm_noevent option, default 0, events in CCM are enabled.
3279 If set, events in CCM are disabled.
3281 Tue Sep 28 18:48:58 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3283 * apps/JAWS3/jaws3-todo:
3284 Removed, todo for years now
3286 Tue Sep 28 18:16:52 UTC 2010 Adam Mitz <mitza@ociweb.com>
3288 * performance-tests/TCP/tcp_test.cpp:
3290 If the 1st char of the host name is a digit, need to set the IP
3291 address and port as network byte order since that is what's
3292 returned from ACE_OS::inet_addr().
3294 Tue Sep 28 11:34:05 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3296 * ace/Asynch_Connector.cpp:
3299 * ace/Condition_Thread_Mutex.h:
3300 * ace/Condition_Thread_Mutex.inl:
3301 * ace/Containers_T.cpp:
3304 * ace/IO_Cntl_Msg.cpp:
3305 * ace/Intrusive_List.cpp:
3306 * ace/Local_Tokens.inl:
3309 * ace/MEM_Stream.inl:
3311 * ace/OS_NS_Thread.inl:
3312 * ace/OS_NS_string.inl:
3313 * ace/Object_Manager_Base.cpp:
3314 * ace/POSIX_Proactor.cpp:
3315 * ace/Ping_Socket.cpp:
3317 * ace/Throughput_Stats.h:
3318 * ace/Throughput_Stats.cpp:
3319 * ace/Time_Value.cpp:
3320 * ace/Timer_Hash_T.cpp:
3321 * ace/Timer_Heap_T.cpp:
3324 * ace/config-linux-common.h:
3325 Removed code that was ifdefed out for years now
3327 Tue Sep 28 08:31:37 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
3329 * performance-tests/Misc/test_guard.cpp:
3330 * tests/ACE_Test.cpp:
3331 * examples/Reactor/TP_Reactor/client.cpp:
3332 Fixed compilation errors with missing includes.
3334 Mon Sep 27 18:04:34 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3338 * ace/Thread_Adapter.h:
3339 * ace/Thread_Mutex.h:
3342 Mon Sep 27 14:47:47 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3344 * ace/String_Base.h:
3347 * ace/Svc_Conf_Lexer.cpp:
3350 * bin/msvc_static_order.lst:
3351 Some updates, but this list is very outdated
3353 Mon Sep 27 14:27:25 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
3357 Added Matthew Waller <matthewrwaller at gmail dot com>
3359 Mon Sep 27 14:08:11 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
3363 Fixed compilation with ACE_HAS_DUMP. The later happens because
3364 ACE_Log_Msg depends on ACE_Atomic_Op and ACE_Atomic_Op needs
3365 ACE_DEBUG when ACE_HAS_DUMP is defined. This change moves
3366 include of ace/Atomic_Op.h from header to CPP file and adds
3367 forward declaration for ACE_Atomic_Op.
3369 * ace/Atomic_Op_T.cpp:
3371 Removed unnecessary this paramater when doing ACE_END_DUMP.
3373 * examples/Misc/test_dump.h:
3374 * examples/Threads/thread_specific.cpp:
3375 Fixed logging in these tests.
3377 Mon Sep 27 11:24:02 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
3379 * examples/C++NPv2/AIO_Client_Logging_Daemon.h:
3380 Another attempt to fix compile error.
3382 Mon Sep 27 09:42:29 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3385 Enable export file check, use TAO_IDL to generate export files or
3386 remove the generated by line from the export file itself. Currently
3387 only for CIAO and DAnCE
3389 Sat Sep 25 06:41:39 UTC 2010 Olli Savia <ops@iki.fi>
3392 Modified ACE::is_equal() comment once again to make fuzz happy.
3394 Fri Sep 24 14:52:44 UTC 2010 Steve Huston <shuston@riverace.com>
3396 * ace/Pipe.{h inl cpp}: Added two new methods, close_read() and
3397 close_write() to close individual pipe handles. Refactored the
3398 original close() method to use these and factored out the actual
3399 closing code to a new inlined close_handle() method.
3401 Thanks to John Lilley <jlilley at datalever dot com> for this
3404 * NEWS: Added description of the new methods.
3406 Fri Sep 24 12:41:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3409 Updated Remedy platforms
3411 * ACEXML/parser/parser/Parser.h:
3412 * ace/Containers_T.h:
3413 * ace/Containers_T.cpp:
3414 * ace/OS_NS_string.h:
3415 * ace/OS_NS_wchar.h:
3416 * apps/JAWS/clients/WebSTONE/src/nsapi-includes/base/shexp.h:
3419 Fri Sep 24 12:32:44 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3421 * ace/Containers_T.h:
3422 * ace/Containers_T.cpp:
3423 * ace/OS_NS_string.h:
3424 * ace/OS_NS_wchar.h:
3427 Fri Sep 24 12:24:01 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3430 Documented vc10, thanks to Paul Carter <pcarter at scires dot com>
3433 Fri Sep 24 11:44:06 UTC 2010 Olli Savia <ops@iki.fi>
3436 Adjusted ACE::is_equal() comment to make fuzz happy.
3438 Fri Sep 24 09:35:00 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
3440 * examples/C++NPv2/AIO_Client_Logging_Daemon.h:
3441 Removed code that is problematic for GCC 2.95.3 in a crossbuild
3444 Fri Sep 24 07:35:27 UTC 2010 Olli Savia <ops@iki.fi>
3447 Added a simple helper ACE::is_equal() which compares equality of two
3448 objects without using operator==. This is useful for comparing floating
3451 * tests/OS_Test.cpp:
3452 Use ACE::is_equal() instead of local copy.
3454 Thu Sep 23 16:14:12 UTC 2010 Adam Mitz <mitza@ociweb.com>
3457 * bin/MakeProjectCreator/config/pkgconfig.mpb:
3458 * bin/MakeProjectCreator/templates/gnu.mpd:
3459 * bin/ace_install_pkgconfig.pl:
3460 * include/makeinclude/rules.lib.GNU:
3461 * include/makeinclude/wrapper_macros.GNU:
3463 Added support for installing pkg-config (.pc) files as part of the
3464 gnuace "make install". This includes a refactoring of how the
3465 shared library version numbers are set internally in the makefiles.
3467 Thu Sep 23 12:32:05 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
3469 * ace/Service_Gestalt.cpp:
3470 Fixed memory leak. Previously it could happen that svc_queue_ was
3471 allocated during processing of arguments but was not freed if
3472 application didn't call process_commandline_directives().
3474 * tests/Network_Adapters_Test.cpp:
3475 Removed non-ASCII character from the comments.
3477 Wed Sep 22 18:42:25 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
3479 * bin/msvc_mpc_auto_compile.pl:
3483 Wed Sep 22 14:17:11 UTC 2010 Marcel Smit <msmit@remedy.nl>
3485 * debian/Basic_Logging_Service.sgml:
3486 * debian/Event_Logging_Service.sgml:
3487 * debian/Notify_Logging_Service.sgml:
3488 * debian/RTEvent_Logging_Service.sgml:
3489 Renamed TAO orb services. See $TAO_ROOT/NEWS for details.
3491 Wed Sep 22 14:06:25 UTC 2010 Marcel Smit <msmit@remedy.nl>
3493 * debian/libtao-orbsvcs-1.8.2.install:
3494 * debian/libtao-orbsvcs-dev.install:
3495 * debian/tao-imr.install:
3496 * debian/tao-naming.install:
3497 * debian/tao-notify.install:
3498 * debian/tao-rtevent.install:
3499 Renamed TAO orb services. See $TAO_ROOT/NEWS for details.
3501 Wed Sep 22 13:58:46 UTC 2010 Marcel Smit <msmit@remedy.nl>
3503 * debian/tao-concurrency.install:
3504 * debian/tao-event.install:
3505 * debian/tao-ft.install:
3506 * debian/tao-ifr.install:
3507 * debian/tao-lifecycle.install:
3508 * debian/tao-load.install:
3509 * debian/tao-log.install:
3510 * debian/tao-scheduling.install:
3511 * debian/tao-time.install:
3512 * debian/tao-trading.install:
3513 Renamed TAO orb services. See $TAO_ROOT/NEWS for details.
3515 Tue Sep 21 08:27:47 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3517 * ASNMP/agent/main.cpp:
3520 Mon Sep 20 13:24:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3522 * ASNMP/agent/agent.mpc:
3523 * ASNMP/agent/main.cpp:
3524 Enable for wchar, thanks to Christian Freund <freund at wrz dot de>
3525 for reporting this and providing a patch, fixes bugzilla 3889
3527 * ace/String_Base.h:
3528 * apps/JAWS3/http/HTTP_Service_Handler.h:
3529 * apps/JAWS3/small/SS_Service_Handler.h:
3530 Fixed typo in comment
3532 * ace/config-win32-borland.h:
3533 Some updates based on QC emails
3535 * debian/libtao-dev.install:
3536 * debian/mpc-ace.install:
3539 Fri Sep 17 20:14:33 UTC 2010 Adam Mitz <mitza@ociweb.com>
3541 * ace/FlReactor/ace_flreactor.mpc:
3542 * ace/FoxReactor/ace_foxreactor.mpc:
3543 * ace/QtReactor/ace_qt3reactor.mpc:
3544 * ace/QtReactor/ace_qt4reactor.mpc:
3545 * ace/TkReactor/ace_tkreactor.mpc:
3546 * ace/XtReactor/ace_xtreactor.mpc:
3548 Since these have been moved, the default install_dir isn't what we
3549 want. Set the install_dir to ace/*Reactor.
3551 Fri Sep 17 07:51:06 UTC 2010 Marcel Smit <msmit@remedy.nl>
3554 Added Id check for cdp files.
3556 Fri Sep 17 07:16:16 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3564 * ace/Map_Manager.inl:
3565 * ace/Map_Manager.cpp:
3566 Moved some methods inline
3568 * ace/OS_NS_signal.cpp:
3569 Fixed problem with versioned macros
3571 Thu Sep 16 13:36:51 UTC 2010 Martin Corino <mcorino@remedy.nl>
3573 * protocols/ace/INet/ClientRequestHandler.h:
3574 * protocols/ace/INet/URLBase.h:
3575 * protocols/ace/INet/HTTP_ClientRequestHandler.h:
3576 Changes to fix export problems with nested classes with MSVC 9.
3578 Thu Sep 16 09:25:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3581 Removed Service_Templates.h
3583 Thu Sep 16 09:08:39 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3585 * protocols/tests/HTBP/Send_Large_Msg/server.cpp:
3586 * protocols/tests/HTBP/ping/client.cpp:
3587 Added missing includes
3589 Wed Sep 15 12:45:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3592 * ace/OS_NS_arpa_inet.inl:
3593 * ace/OS_NS_arpa_inet.cpp:
3594 * ace/OS_NS_errno.cpp:
3595 * ace/OS_NS_fcntl.cpp:
3596 * ace/OS_NS_math.cpp:
3597 * ace/OS_NS_pwd.inl:
3598 * ace/OS_NS_pwd.cpp:
3599 * ace/OS_NS_regex.inl:
3600 * ace/OS_NS_regex.cpp:
3601 * ace/OS_NS_signal.cpp:
3602 * ace/OS_NS_sys_resource.cpp:
3603 * ace/OS_NS_sys_wait.inl:
3604 * ace/OS_NS_wctype.inl:
3605 * ace/OS_NS_wctype.cpp:
3606 * ace/config-tandem.h:
3607 * ace/os_include/os_pthread.h:
3608 * ace/os_include/os_signal.h:
3609 * ace/os_include/sys/os_resource.h:
3610 * ace/os_include/sys/os_socket.h:
3611 Small cleanup and layout changes
3613 Wed Sep 15 12:31:07 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3615 * protocols/tests/HTBP/Reactor_Tests/server.cpp:
3616 * protocols/tests/HTBP/Send_Recv_Tests/server.cpp:
3617 * protocols/tests/HTBP/ping/server.cpp:
3618 Fixed solaris compile problems
3620 Wed Sep 15 09:33:38 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3623 * ace/ace_for_tao.mpc:
3624 Zapped removed files
3627 Added another file type
3629 Wed Sep 15 07:51:33 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3631 * bin/MakeProjectCreator/templates/gnu.mpd:
3632 Removed invalid comma, thanks to Frank Preischl
3633 <Frank dot Preischl at ids dot de> for reporting this and Olli Savia
3634 for correcting my initial patch
3636 Tue Sep 14 18:18:36 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3639 No need for a workspace with all projects in it
3641 * ace/ace_ce_dll.cfg:
3642 Removed this file, ancient and not used
3644 Tue Sep 14 16:42:26 UTC 2010 Adam Mitz <mitza@ociweb.com>
3646 * bin/make_release.py (update_latest_tag):
3648 Fixed a bug with the new DAnCE changes and changed the way it does
3649 the svn properties edits. This function is still not called, but
3650 the calls are ready to be un-commented whenever the buildczar or
3651 release manager can re-enable this.
3653 Tue Sep 14 13:00:44 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3656 * ace/Log_Record.inl:
3657 * ace/Log_Record.cpp:
3658 Removed deprecated encode/decode methods
3660 Tue Sep 14 12:05:19 UTC 2010 Steve Huston <shuston@riverace.com>
3662 * examples/APG/Logging/Callback-3.h: Replaced use of deprecated
3663 ACE_Log_Record::encode() with CDR converter.
3665 Tue Sep 14 12:01:01 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3667 * ace/FlReactor/ace_flreactor.mpc:
3668 * ace/FoxReactor/ace_foxreactor.mpc:
3669 * ace/QtReactor/ace_qt3reactor.mpc:
3670 * ace/QtReactor/ace_qt4reactor.mpc:
3671 * ace/TkReactor/ace_tkreactor.mpc:
3672 * ace/XtReactor/ace_xtreactor.mpc:
3673 * ace/ace_flreactor.mpc:
3674 * ace/ace_foxreactor.mpc:
3675 * ace/ace_qt3reactor.mpc:
3676 * ace/ace_qt4reactor.mpc:
3677 * ace/ace_tkreactor.mpc:
3678 * ace/ace_xtreactor.mpc:
3679 Moved these files to the subdirectory they need to be in
3681 Tue Sep 14 11:40:39 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3685 * bin/Hash_Map_Manager.pl:
3686 * bin/Hash_Map_Manager_Helper:
3687 * bin/vxworks_modify.pl:
3688 Removed these files, very old and will not work at all
3691 * bin/PythonACE/__init__.py:
3692 * bin/PythonACE/fuzz:
3693 * bin/PythonACE/fuzz/__init__.py:
3694 * bin/PythonACE/fuzz/_fuzz.py:
3695 * bin/PythonACE/fuzz/_generic_handler.py:
3696 * bin/PythonACE/fuzz/_mailer.py:
3697 * bin/PythonACE/fuzz/_path.py:
3698 * bin/PythonACE/fuzz/_singleton.py:
3699 * bin/PythonACE/fuzz/_types.py:
3700 * bin/PythonACE/fuzz/_warning_handler.py:
3701 * bin/PythonACE/fuzz/check_includes.py:
3702 * bin/PythonACE/fuzz/check_no_tabs.py:
3703 * bin/PythonACE/fuzz/cpp_inline.py:
3704 * bin/PythonACE/fuzz/inline.py:
3705 * bin/PythonACE/fuzz/math_include.py:
3706 * bin/PythonACE/fuzz/max_filename.py:
3707 * bin/PythonACE/fuzz/max_project_len.py:
3708 * bin/PythonACE/fuzz/newline.py:
3709 * bin/PythonACE/fuzz/no_conflict_markers.py:
3710 * bin/PythonACE/fuzz/noncvs.py:
3711 * bin/PythonACE/fuzz/ptr_arith_t.py:
3712 * bin/PythonACE/fuzz/refcountservantbase.py:
3713 * bin/PythonACE/fuzz/streams_include.py:
3714 * bin/PythonACE/fuzz/verify_changelog.py:
3716 Deleted, fuzz is still perl, if we need a PythonACE later we can
3717 easily get this again from svn
3719 Tue Sep 14 11:31:42 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3721 * bin/generate_doxygen.pl:
3723 Removed ciao config handlers
3725 Tue Sep 14 11:30:18 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3727 * bin/generate_doxygen.pl:
3731 Tue Sep 14 09:41:06 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3733 * debian/mpc-ace.install:
3734 Don't use environment variables
3736 * protocols/ace/HTBP/HTBP_Filter.h:
3737 Added missing includes
3739 Tue Sep 14 09:36:06 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3741 * bin/make_release.py:
3742 Updated generation of dsc file
3744 * protocols/examples/RMCast/Send_Msg/Sender.cpp:
3745 * protocols/tests/RMCast/Sender.cpp:
3746 * tests/Based_Pointer_Test.cpp:
3747 * tests/SSL/Bug_2912_Regression_Test.cpp:
3748 Added missing includes
3750 Mon Sep 13 18:15:27 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3753 Zapped trailing whitespaces using
3754 find -name \*.h -o -name \*.cpp -name \*.inl | xargs perl -i -pe's/\s+\n/\n/'
3756 Mon Sep 13 14:04:48 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3758 Reverted change below, not correct given new info from Adam
3760 Thu Sep 9 11:49:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3762 * bin/MakeProjectCreator/templates/gnu.mpd:
3763 Removed invalid comma, thanks to Frank Preischl
3764 <Frank dot Preischl at ids dot de> for reporting this
3766 * debian/debian.rules:
3767 * debian/mpc-ace.install:
3770 Mon Sep 13 09:25:22 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3772 * bin/generate_doxygen.pl:
3773 Updated for DAnCE move
3775 * ace/ETCL/ETCL_Constraint.cpp:
3776 * ace/ETCL/ETCL_l.cpp.diff:
3777 * ace/ETCL/ETCL_l.cpp:
3779 * ace/Thread_Control.inl:
3781 * ace/ace_for_tao.mpc:
3782 * apps/JAWS3/bench/average.cpp:
3783 * apps/JAWS3/bench/mkfiles.cpp:
3784 * apps/JAWS3/bench/rqfiles.cpp:
3785 * apps/JAWS3/http/HTTP_Data.h:
3786 * apps/JAWS3/http/HTTP_Service_Handler.h:
3787 * apps/JAWS3/http/HTTP_Service_Handler.cpp:
3788 * apps/JAWS3/http/HTTP_States.h:
3789 * apps/JAWS3/jaws3-todo/Reactive_Socket.h:
3790 * apps/JAWS3/jaws3-todo/Reactive_Socket_Helpers.h:
3791 * apps/JAWS3/jaws3-todo/Reactive_Socket_Helpers.cpp:
3792 * apps/JAWS3/jaws3-todo/Socket.h:
3793 * apps/JAWS3/jaws3/Concurrency_T.h:
3794 * apps/JAWS3/small/SS_Data.h:
3795 * apps/JAWS3/small/SS_Service_Handler.h:
3796 * apps/JAWS3/small/SS_Service_Handler.cpp:
3797 * apps/JAWS3/small/SS_State_DONE.h:
3798 * apps/JAWS3/small/SS_State_DONE.cpp:
3799 * apps/JAWS3/small/SS_State_ERROR.h:
3800 * apps/JAWS3/small/SS_State_ERROR.cpp:
3801 * apps/JAWS3/small/SS_State_PARSE.h:
3802 * apps/JAWS3/small/SS_State_PARSE.cpp:
3803 * apps/JAWS3/small/SS_State_READ.h:
3804 * apps/JAWS3/small/SS_State_READ.cpp:
3805 * apps/JAWS3/small/SS_State_WRITE.h:
3806 * apps/JAWS3/small/SS_State_WRITE.cpp:
3807 * apps/JAWS3/small/SS_Templates.cpp:
3808 * contrib/FaCE/FaCE.h:
3809 * examples/APG/Svc_Config/HA_Status_Dynamic.h:
3810 * examples/APG/Svc_Config/HA_Status_Static.h:
3811 * examples/Reactor/TP_Reactor/client.cpp:
3812 * examples/Reactor/TP_Reactor/server.cpp:
3813 * protocols/ace/HTBP/HTBP_Channel.cpp:
3814 * protocols/ace/HTBP/HTBP_Filter.h:
3815 * protocols/ace/HTBP/HTBP_Inside_Squid_Filter.cpp:
3816 * protocols/ace/HTBP/HTBP_Session.cpp:
3817 * protocols/ace/TMCast/Group.cpp:
3818 * protocols/examples/RMCast/Send_Msg/Sender.cpp:
3819 * protocols/tests/HTBP/Reactor_Tests/client.cpp:
3820 * protocols/tests/HTBP/Reactor_Tests/server.cpp:
3821 * protocols/tests/HTBP/Reactor_Tests/test_config.h:
3822 * protocols/tests/HTBP/Send_Large_Msg/client.cpp:
3823 * protocols/tests/HTBP/Send_Large_Msg/server.cpp:
3824 * protocols/tests/HTBP/Send_Recv_Tests/client.cpp:
3825 * protocols/tests/HTBP/Send_Recv_Tests/server.cpp:
3826 * protocols/tests/HTBP/ping/client.cpp:
3827 * protocols/tests/HTBP/ping/server.cpp:
3828 * protocols/tests/RMCast/Sender.cpp:
3829 * tests/Based_Pointer_Test.cpp:
3830 * tests/Bug_2980_Regression_Dll.cpp:
3831 * tests/SSL/Bug_2912_Regression_Test.cpp:
3832 Removed include of ace/OS.h, only in a few files we really had
3833 to add an include of OS_NS_*.h
3838 Removed these files, replaced with OS_NS_* files a long time ago
3840 Sun Sep 12 19:27:58 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
3842 * bin/make_release.py:
3844 Some updates to handle moved DAnCE package.
3846 Sun Sep 12 19:22:21 UTC 2010 William Otte <wotte@zifnab>
3848 * bin/MakeProjectCreator/modules/GNUACEProjectCreator.pm:
3849 * bin/MakeProjectCreator/templates/:
3851 Added rules to pullin rules.dance.GNU.
3853 Fri Sep 10 16:43:39 UTC 2010 Steve Huston <shuston@riverace.com>
3855 * ace/Makefile.am: Removed references to files removed at
3856 Thu Sep 9 11:14:45 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3858 Fri Sep 10 11:07:56 UTC 2010 Marcel Smit <msmit@remedy.nl>
3861 Resolved compile issue regarding ACE_Copy_Disabled class.
3863 Fri Sep 10 07:36:39 UTC 2010 Marcel Smit <msmit@remedy.nl>
3865 * ace/Thread_Control.inl:
3866 Include before versioning macros.
3868 Fri Sep 10 07:05:45 UTC 2010 Marcel Smit <msmit@remedy.nl>
3870 * ace/Thread_Control.inl:
3871 Resolved compile error (ACE_OS_TRACE could not be found).
3873 Thu Sep 9 12:53:39 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3875 * ace/Asynch_Acceptor.h:
3876 * ace/Asynch_Acceptor.cpp:
3877 * ace/Hash_Multi_Map_Manager_T.h:
3878 * ace/OS_NS_Thread.h:
3879 * ace/OS_NS_Thread.cpp:
3880 * ace/Service_Config.cpp:
3884 * ace/config-macosx-snowleopard.h:
3885 * ace/config-macosx-tiger.h:
3886 * ace/config-macosx.h:
3887 * tests/Hash_Multi_Map_Manager_Test.cpp:
3888 Removed deprecated methods and arguments
3894 Thu Sep 9 11:54:10 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3896 * apps/soreduce/Signature.cpp:
3897 * tests/TkReactor_Test.cpp:
3900 Thu Sep 9 11:49:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3902 * bin/MakeProjectCreator/templates/gnu.mpd:
3903 Removed invalid comma, thanks to Frank Preischl
3904 <Frank dot Preischl at ids dot de> for reporting this
3906 Thu Sep 9 11:14:45 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3908 * Kokyu/Dispatch_Deferrer.h:
3910 * ace/Atomic_Op_T.h:
3911 * ace/Atomic_Op_T.inl:
3912 * ace/Configuration.h:
3913 * ace/Configuration.cpp:
3914 * ace/Default_Constants.h:
3915 * ace/Hash_Multi_Map_Manager_T.h:
3916 * ace/Hash_Multi_Map_Manager_T.cpp:
3917 * ace/Intrusive_List.h:
3918 * ace/Intrusive_List.inl:
3919 * ace/Local_Name_Space_T.h:
3922 * ace/MEM_Acceptor.h:
3923 * ace/MEM_Acceptor.inl:
3924 * ace/MEM_Connector.h:
3925 * ace/MEM_Connector.inl:
3926 * ace/Message_Queue.h:
3931 * ace/Obstack_T.inl:
3932 * ace/POSIX_Asynch_IO.h:
3933 * ace/Process_Manager.h:
3934 * ace/Process_Manager.cpp:
3935 * ace/Recursive_Thread_Mutex.h:
3936 * ace/Recursive_Thread_Mutex.cpp:
3937 * ace/Refcountable_T.h:
3938 * ace/Strategies_T.h:
3939 * ace/Strategies_T.inl:
3943 * ace/Task_Ex_T.inl:
3946 * ace/Thread_Control.cpp:
3947 * ace/Token_Collection.h:
3948 * ace/Token_Invariants.h:
3949 * ace/Token_Manager.h:
3951 * ace/config-macosx-leopard.h:
3952 * ace/os_include/net/os_if.h:
3953 * ace/os_include/sys/os_mman.h:
3954 * apps/Gateway/Gateway/Concrete_Connection_Handlers.cpp:
3955 * netsvcs/lib/Time_Request_Reply.h:
3956 * netsvcs/lib/Time_Request_Reply.cpp:
3957 * tests/Conn_Test.cpp:
3958 * tests/Dirent_Test.cpp:
3959 * tests/Svc_Handler_Test.cpp:
3960 Removed several methods, files, and macros that are marked deprecated
3961 for several years now.
3964 * ace/Method_Object.h:
3968 * ace/Refcountable.h:
3969 * ace/Service_Templates.h:
3970 Removed these files.
3972 Thu Sep 9 09:37:22 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3974 * bin/generate_doxygen.pl:
3977 * debian/debian.rules:
3978 Moving forward with OBS
3980 Thu Sep 9 09:29:30 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
3986 * ace/Global_Macros.h:
3987 * ace/INET_Addr.inl:
3991 * ace/SOCK_Dgram_Bcast.cpp:
3992 * ace/SSL/SSL_SOCK.h:
3993 * ace/Shared_Memory_Pool.cpp:
3994 * ace/Sock_Connect.cpp:
3995 * ace/config-aix-5.x.h:
3996 * ace/config-doxygen.h:
3997 * ace/config-g++-common.h:
3998 * ace/config-hpux-11.00.h:
3999 * ace/config-icc-common.h:
4000 * ace/config-integritySCA.h:
4001 * ace/config-linux-common.h:
4002 * ace/config-macros.h:
4004 * ace/config-openvms.h:
4005 * ace/config-suncc-common.h:
4006 * ace/config-sunos5.5.h:
4007 * ace/config-sunos5.6.h:
4008 * ace/config-tandem-nsk-mips-v2.h:
4009 * ace/config-tandem-nsk-mips-v3.h:
4010 * ace/config-win32-borland.h:
4011 * ace/config-win32-dmc.h:
4012 * ace/config-win32-ghs.h:
4013 * ace/config-win32-msvc-10.h:
4014 * ace/config-win32-msvc-7.h:
4015 * ace/config-win32-msvc-8.h:
4016 * ace/config-win32-msvc-9.h:
4017 * examples/IOStream/server/iostream_server.h:
4018 * examples/IPC_SAP/SOCK_SAP/C-inserver.cpp:
4019 * examples/IPC_SAP/SSL_SAP/SSL-server-fancy.cpp:
4020 * examples/Reactor/Misc/test_event_handler_t.cpp:
4021 * tests/Basic_Types_Test.cpp:
4022 * tests/Conn_Test.cpp:
4023 * tests/Message_Queue_Test.cpp:
4024 * tests/SSL/Thread_Pool_Reactor_SSL_Test.h:
4025 * tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp:
4026 Cleanup, all compilers support templated typedefs
4028 * ace/config-cray.h:
4029 * ace/config-cxx-common.h:
4030 Removed these files, obsolete
4032 Thu Sep 9 09:01:10 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4036 * ace/ETCL/ETCL_y.cpp:
4037 * ace/INET_Addr.cpp:
4040 * ace/OS_NS_Thread.h:
4041 * ace/OS_NS_Thread.inl:
4042 * ace/OS_NS_Thread.cpp:
4043 * ace/OS_NS_ctype.cpp:
4044 * ace/OS_NS_netdb.inl:
4045 * ace/OS_NS_pwd.inl:
4046 * ace/OS_NS_stdlib.inl:
4047 * ace/OS_NS_time.inl:
4048 * ace/OS_NS_time.cpp:
4049 * ace/POSIX_CB_Proactor.cpp:
4050 * ace/POSIX_Proactor.cpp:
4051 * ace/config-cxx-common.h:
4052 * ace/config-doxygen.h:
4053 * ace/config-integritySCA.h:
4054 * ace/config-lynxos.h:
4055 * ace/config-macros.h:
4056 * ace/config-openvms.h:
4057 * ace/config-tandem-nsk-mips-v2.h:
4058 * ace/config-tandem-nsk-mips-v3.h:
4059 * ace/config-vxworks6.4.h:
4060 * ace/config-win32-common.h:
4061 * ace/os_include/os_pthread.h:
4062 * ace/os_include/os_pwd.h:
4063 * ace/os_include/os_signal.h:
4064 * ace/os_include/os_stdlib.h:
4065 * ace/os_include/os_time.h:
4066 * ace/os_include/sys/os_types.h:
4067 Removed Tru64, Irix, Unixware, and SCO support
4069 * debian/debian.rules:
4072 * examples/QOS/Change_Receiver_FlowSpec/Receiver_QoS_Event_Handler.h:
4073 * examples/QOS/Change_Receiver_FlowSpec/Sender_QoS_Event_Handler.h:
4074 * examples/QOS/Change_Sender_TSpec/Receiver_QoS_Event_Handler.h:
4075 * examples/QOS/Change_Sender_TSpec/Sender_QoS_Event_Handler.h:
4076 * examples/QOS/Simple/Receiver_QoS_Event_Handler.h:
4077 * examples/QOS/Simple/Sender_QoS_Event_Handler.h:
4080 * ace/config-irix6.5.x-sgic++.h:
4081 * ace/config-irix6.x-common.h:
4082 * ace/config-irix6.x-g++.h:
4083 * ace/config-irix6.x-sgic++.h:
4084 * ace/config-sco-5.0.0-nothread.h:
4085 * ace/config-sco-5.0.0.h:
4086 * ace/config-unixware-7.1.0.h:
4087 * ace/config-unixware-7.1.0.udk.h:
4088 * include/makeinclude/platform_irix6.x_common.GNU:
4089 * include/makeinclude/platform_irix6.x_g++.GNU:
4090 * include/makeinclude/platform_irix6.x_sgic++.GNU:
4091 * include/makeinclude/platform_tru64_cxx.GNU:
4092 * include/makeinclude/platform_tru64_g++.GNU:
4093 * include/makeinclude/platform_tru64_post.GNU:
4094 * include/makeinclude/platform_tru64_pre.GNU:
4095 * include/makeinclude/platform_unixware_g++.GNU:
4096 Removed the files because Tru64, Irix, Unixware, and SCO support are
4099 Wed Sep 8 14:54:45 UTC 2010 William Otte <wotte@zifnab>
4101 * docs/bczar/bczar.html:
4103 Updated documentation for removal of Release makefile.
4105 Wed Sep 8 14:40:57 UTC 2010 William Otte <wotte@zifnab>
4109 Removing obsolete release makefile.
4111 Wed Sep 8 10:57:12 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4114 * debian/debian.changelog:
4115 * debian/debian.control:
4116 * debian/debian.rules:
4121 Renamed to the names we use on OBS
4123 Wed Sep 8 09:11:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4125 * tests/SSL/Bug_2912_Regression_Test.cpp:
4128 Wed Sep 8 05:53:24 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4130 * examples/APG/ThreadPools/Futures.cpp:
4131 Added missing include
4133 Tue Sep 7 17:07:58 UTC 2010 Steve Huston <shuston@riverace.com>
4135 * ace/Process.h: Noted the affects of handle_inheritance() on Windows.
4137 Tue Sep 7 14:23:13 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4139 * ace/Message_Queue_T.cpp:
4140 * examples/APG/ThreadPools/LF_ThreadPool.cpp:
4141 * examples/APG/ThreadPools/ThreadPool.cpp:
4142 * examples/APG/ThreadSafety/Mutex.cpp:
4143 * examples/APG/Threads/Condition_Variables.cpp:
4144 * protocols/ace/HTBP/HTBP_ID_Requestor.h:
4145 * protocols/ace/TMCast/Group.cpp:
4146 * protocols/ace/TMCast/MTQueue.hpp:
4147 * tests/Bug_3878_Regression_Test.cpp:
4148 * tests/Upgradable_RW_Test.cpp:
4149 Fixed compile problems
4151 Tue Sep 7 11:35:04 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4156 Tue Sep 7 10:52:59 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4158 * Kokyu/DSRT_Direct_Dispatcher_Impl_T.cpp:
4161 * Kokyu/Dispatcher_Task.cpp:
4162 Initialise pointer with 0
4164 * PROBLEM-REPORT-FORM:
4166 Updated support email addresses
4172 Layout changes, simplified some ifdef checks
4174 * ace/Auto_IncDec_T.h:
4175 * ace/Env_Value_T.h:
4176 Use ACE_Copy_Disabled
4178 * ace/Bound_Ptr.inl:
4179 Documentation updates
4181 * ace/CORBA_macros.h:
4182 Removed all deprecated macros
4184 * ace/Dynamic_Service_Base.cpp:
4185 Use ACE_GUARD_RETURN
4187 * ace/Event_Handler_T.h:
4188 * ace/Event_Handler_T.inl:
4189 * ace/Event_Handler_T.cpp:
4190 Removed checks for ACE_HAS_TEMPLATE_TYPEDEFS, I think all compilers
4191 have this now, let us see if nothing breaks
4201 Use ACE_Copy_Disabled
4203 * ace/Future_Set.cpp:
4204 Initialise pointer with 0
4206 * ace/Global_Macros.h:
4207 Removed checks for ACE_HAS_TEMPLATE_TYPEDEFS, doxygen changes, make it
4208 possible for users to redefine ACE_GUARD macros
4213 Doxygen changes, disable ACE_Guard checks for this file
4215 * ace/Hash_Map_Manager_T.h:
4216 * ace/Hash_Multi_Map_Manager_T.h:
4217 * ace/Map_Manager.h:
4218 Update to indicate the usage of ACE_GUARD
4223 * ace/Local_Tokens.h:
4224 Disable part of this file for ACE_Guard fuzz check
4227 Use ACE_OS::thr_self
4230 Disable part of this file for ACE_Guard fuzz check, doxygen changes
4232 * ace/Message_Queue_T.h:
4233 * ace/Message_Queue_T.cpp:
4234 * ace/Message_Queue_Vx.h:
4235 * ace/Message_Queue_Vx.cpp:
4236 Removed ACE_Guard argument to some methods, not used and now cause
4241 Added non const lock(), this fixes bugzilla 3878. Thanks to
4242 Susan Finster <sfinster at daetwyler-rd dot com> for reporting this
4244 * ace/Null_Barrier.h:
4245 * ace/Null_Condition.h:
4247 * ace/Null_Semaphore.h:
4248 Removed old comments, disable part for ACE_Guard, removed
4249 ACE_Null_Mutex_Guard
4251 * ace/OS_NS_Thread.cpp:
4252 Layout changes, use ACE_Guard
4254 * ace/OS_NS_poll.cpp:
4255 * ace/OS_NS_sys_select.cpp:
4258 * ace/OS_NS_sys_socket.inl:
4261 * ace/Read_Buffer.h:
4262 * ace/Remote_Tokens.h:
4266 * ace/SOCK_Connector.h:
4267 * ace/SOCK_Dgram_Mcast.h:
4270 * ace/SOCK_Connector.cpp:
4271 Layout and const changes
4273 * ace/Select_Reactor.h:
4274 Disable part of this file for ACE_Guard fuzz check
4276 * ace/Service_Gestalt.h:
4277 Use ACE_Copy_Disabled
4279 * ace/Sig_Handler.cpp:
4280 Use ACE_GUARD macros
4282 * ace/Synch_Traits.h:
4283 Removed ACE_HAS_TEMPLATE_TYPEDEFS checks
4287 Use ACE_Copy_Disabled, reworked some code to fix ACE_Guard fuzz
4291 Use ACE_Copy_Disabled
4293 * apps/Gateway/Peer/Peer.cpp:
4294 * apps/JAWS/server/HTTP_Server.cpp:
4295 * apps/JAWS/server/JAWS_IO.cpp:
4296 Initialise pointers with 0
4298 * apps/JAWS/server/HTTP_Helpers.cpp:
4299 Use ACE_GUARD macros
4301 * apps/JAWS2/JAWS/Cache_Hash_T.cpp:
4302 * apps/JAWS2/JAWS/Cache_Manager_T.cpp:
4303 * apps/JAWS2/JAWS/Cache_Object.cpp:
4304 * apps/JAWS2/JAWS/Concurrency.cpp:
4305 * apps/JAWS2/JAWS/FILE.cpp:
4306 * apps/JAWS2/JAWS/Jaws_IO.cpp:
4307 * apps/JAWS2/JAWS/Reaper.cpp:
4308 * apps/JAWS3/jaws3/FILE.cpp:
4309 Use ACE_GUARD macros
4311 * apps/gperf/src/Options.cpp:
4312 Rename of local variable so that we don't need to disable ACE_OS
4316 Improved ACE_Guard checks and enable this one by default
4318 * bin/generate_doxygen.pl:
4319 Let DANCE use the CIAO version file for the moment
4321 * bin/make_release.py:
4322 Don't create static and wince solutions as part of the release anymore,
4323 if you use these, generate them by hand in the future. Added vc10
4326 * examples/APG/Proactor/HA_Proactive_Status.cpp:
4327 * examples/APG/Reactor/Client.cpp:
4328 * examples/APG/Reactor/HAStatus.cpp:
4329 * examples/APG/Streams/Answerer.cpp:
4330 * examples/APG/Streams/CommandStream.cpp:
4331 * examples/APG/ThreadManagement/Pool.cpp:
4332 * examples/APG/ThreadPools/LF_ThreadPool.cpp:
4333 * examples/APG/ThreadPools/Task_ThreadPool.cpp:
4334 * examples/APG/ThreadSafety/Semaphore.cpp:
4335 * examples/APG/Threads/Message_Blocks.cpp:
4336 * examples/APG/Threads/Message_Queue.cpp:
4337 * examples/ASX/Message_Queue/bounded_buffer.cpp:
4338 * examples/ASX/Message_Queue/priority_buffer.cpp:
4339 * examples/Bounded_Packet_Relay/Thread_Bounded_Packet_Relay.cpp:
4340 * examples/C++NPv2/AIO_Client_Logging_Daemon.cpp:
4341 * examples/C++NPv2/display_logfile.cpp:
4342 * examples/IPC_SAP/UPIPE_SAP/ex1.cpp:
4343 * examples/Reactor/Misc/test_demuxing.cpp:
4344 * examples/Reactor/WFMO_Reactor/Talker.cpp:
4345 * examples/Threads/barrier2.cpp:
4346 * examples/Threads/thread_pool.cpp:
4347 Initialise pointers with 0
4349 * examples/APG/ThreadPools/ThreadPool.cpp:
4350 Use ACE_Thread_ID to store a print a thread id using ACE_DEBUG, that
4351 is the only way that is 100% portable
4353 * examples/APG/Threads/Guards.cpp:
4354 Disable ACE_Guard fuzz
4356 * examples/Threads/reader_writer.cpp:
4357 * examples/Threads/recursive_mutex.cpp:
4358 Use ACE_GUARD macros
4360 * examples/Threads/thread_specific.cpp:
4361 * examples/Threads/tss1.cpp:
4362 Removed code not used
4364 * include/makeinclude/platform_g++_common.GNU:
4365 Added CROSS_COMPILE support to this file
4367 * include/makeinclude/platform_linux.GNU:
4368 * include/makeinclude/platform_linux_common.GNU:
4369 Moved some bits to platform_g++_common.GNU, works with G++ in
4372 * include/makeinclude/platform_qnx_neutrino.GNU:
4373 * include/makeinclude/platform_qnx_rtp_gcc.GNU:
4376 * netsvcs/lib/Log_Message_Receiver.h:
4377 * netsvcs/lib/Log_Message_Receiver.cpp:
4378 Use ACE_GUARD macros
4380 * performance-tests/Misc/Misc.mpc:
4383 * performance-tests/Misc/test_guard.cpp:
4384 Made this compiling again
4386 * performance-tests/Synch-Benchmarks/Base_Test/Baseline_Test.cpp:
4387 * performance-tests/TCP/tcp_test.cpp:
4388 Renamed variable to not need ACE_OS fuzz disable code
4390 * protocols/ace/HTBP/HTBP_ID_Requestor.cpp:
4391 * protocols/ace/HTBP/HTBP_Session.cpp:
4392 Use ACE_GUARD macros
4394 * protocols/ace/RMCast/Acknowledge.h:
4395 * protocols/ace/RMCast/Acknowledge.cpp:
4396 * protocols/ace/RMCast/Bits.h:
4397 * protocols/ace/RMCast/Flow.h:
4398 * protocols/ace/RMCast/Flow.cpp:
4399 * protocols/ace/RMCast/Fragment.h:
4400 * protocols/ace/RMCast/Fragment.cpp:
4401 * protocols/ace/RMCast/Link.h:
4402 * protocols/ace/RMCast/Link.cpp:
4403 * protocols/ace/RMCast/Parameters.h:
4404 * protocols/ace/RMCast/Protocol.h:
4405 * protocols/ace/RMCast/Protocol.cpp:
4406 * protocols/ace/RMCast/Reassemble.h:
4407 * protocols/ace/RMCast/Reassemble.cpp:
4408 * protocols/ace/RMCast/Retransmit.h:
4409 * protocols/ace/RMCast/Retransmit.cpp:
4410 * protocols/ace/RMCast/Simulator.h:
4411 * protocols/ace/RMCast/Simulator.cpp:
4412 * protocols/ace/RMCast/Socket.h:
4413 * protocols/ace/RMCast/Socket.cpp:
4414 * protocols/ace/RMCast/Stack.h:
4415 * protocols/ace/RMCast/Stack.cpp:
4416 * protocols/ace/TMCast/FaultDetector.hpp:
4417 * protocols/ace/TMCast/Group.cpp:
4418 * protocols/ace/TMCast/Group.hpp:
4419 * protocols/ace/TMCast/GroupFwd.hpp:
4420 * protocols/ace/TMCast/LinkListener.hpp:
4421 * protocols/ace/TMCast/MTQueue.hpp:
4422 * protocols/ace/TMCast/MTQueue.cpp:
4423 * protocols/ace/TMCast/Messaging.hpp:
4424 * protocols/ace/TMCast/Protocol.hpp:
4425 * protocols/ace/TMCast/Protocol.cpp:
4426 * protocols/ace/TMCast/TransactionController.hpp:
4427 Removed commented out code, Id changes, disable ACE_Guard check
4430 * rpmbuild/ace-tao.spec:
4431 Fixed some problems in this spec file
4433 * tests/Aio_Platform_Test.cpp:
4434 * tests/Basic_Types_Test.cpp:
4435 * tests/Bug_1576_Regression_Test.cpp:
4436 * tests/Bug_3532_Regression_Test.cpp:
4437 * tests/Bug_3673_Regression_Test.cpp:
4438 * tests/Bug_3709_Regression_Test.cpp:
4439 * tests/Bug_3744_Regression_Test.cpp:
4440 * tests/Compiler_Features_03_Test.cpp:
4441 * tests/Compiler_Features_09_Test.cpp:
4442 * tests/Compiler_Features_13_Test.cpp:
4443 * tests/Compiler_Features_14_Test.cpp:
4444 * tests/Env_Value_Test.cpp:
4445 * tests/Hash_Map_Bucket_Iterator_Test.cpp:
4446 * tests/Logging_Strategy_Test.cpp:
4447 * tests/MT_SOCK_Test.cpp:
4448 * tests/Pipe_Test.cpp:
4449 * tests/Priority_Task_Test.cpp:
4450 * tests/Proactor_UDP_Test.cpp:
4451 * tests/QtReactor_Test.cpp:
4452 * tests/Reactor_Notification_Queue_Test.cpp:
4453 * tests/Reactor_Registration_Test.cpp:
4454 * tests/Reference_Counted_Event_Handler_Test.cpp:
4455 * tests/Time_Service_Test.cpp:
4458 * tests/Message_Block_Test.cpp:
4459 * tests/Multicast_Test_IPV6.cpp:
4460 Initialise pointer with 0
4462 * tests/Reader_Writer_Test.cpp:
4465 * tests/Recursive_Mutex_Test.cpp:
4466 Disable ACE_Guard fuzz for part of this file
4468 * tests/Bug_3878_Regression_Test.cpp:
4469 New test for bugzilla 3878
4471 * tests/SSL/Bug_2912_Regression_Test.cpp:
4472 * tests/TP_Reactor_Test.cpp:
4475 * tests/Simple_Message_Block_Test.cpp:
4476 * tests/Svc_Handler_Test.cpp:
4477 * tests/Thread_Pool_Test.cpp:
4478 * tests/UPIPE_SAP_Test.cpp:
4479 Initialise pointers with 0
4481 * tests/Thread_Mutex_Test.cpp:
4482 Disable ACE_Guard fuzz
4484 * tests/Upgradable_RW_Test.cpp:
4487 * tests/run_test.lst:
4491 Mon Sep 6 09:30:00 UTC 2010 Simon Massey <buildczar at prismtech dot com>
4494 Due to the way the code was formatted, I mistook a do {} while loop for
4495 a while loop with my change. I have corrected this.
4497 Mon Sep 6 08:10:00 UTC 2010 Simon Massey <buildczar at prismtech dot com>
4502 * ace/SOCK_Dgram.cpp:
4503 * tests/SOCK_Test.cpp:
4504 * tests/MT_SOCK_Test.cpp:
4506 Now that release x.8.3. is out, we are attempting to provide the correct
4507 fix to the original commit by Steve Huston related to handle_ready()
4508 (Fri Aug 27 19:17:11 UTC 2010 Steve Huston <shuston@riverace.com>)
4509 and added back the corresponding NEWS entry.
4511 Sat Sep 04 18:08:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4514 * bin/diff-builds-and-group-fixed-tests-only.sh:
4515 * bin/make_release.py:
4516 * docs/Download.html:
4518 Updated because of release
4520 Sat Sep 04 11:30:18 CEST 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4522 * ACE version 5.8.2 released.
4524 Thu Sep 2 14:46:56 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
4528 * ace/SOCK_Dgram.cpp:
4530 * tests/SOCK_Test.cpp:
4531 * tests/MT_SOCK_Test.cpp:
4533 Reverted both commits by Steve Huston related to handle_ready()
4535 Wed Sep 1 19:31:24 UTC 2010 Steve Huston <shuston@riverace.com>
4536 Fri Aug 27 19:17:11 UTC 2010 Steve Huston <shuston@riverace.com>
4537 This is necessary for a quick release of 1.8.2.
4539 Wed Sep 1 19:31:24 UTC 2010 Steve Huston <shuston@riverace.com>
4541 * ace/ACE.cpp (handle_ready): Changed the timeout behavior to just
4542 return 0, no errno, as ACE_OS::poll() and ACE_OS::select() both do.
4543 This restores historic behavior changed inadvertently at
4544 Fri Aug 27 19:17:11 UTC 2010 Steve Huston <shuston@riverace.com>
4546 * ace/SOCK_Dgram.cpp:
4548 * tests/MT_SOCK_Test.cpp:
4549 * tests/SOCK_Test.cpp: Re-added the if/switch on return value from
4550 ACE::handle_read|write_ready() to detect timeout and set errno
4553 These changes were necessary to fix the TAO faults test. Thanks
4554 to Johnny and Simon for narrowing down the cause and testing
4557 Wed Sep 1 15:58:47 UTC 2010 Adam Mitz <mitza@ociweb.com>
4559 * bin/MakeProjectCreator/templates/gnu.mpd:
4561 Changed the short-circuit logic for the .NOTPARALLEL checks to ||
4562 instead of &&. If any one file is newer, we will have to rebuild.
4563 Also added a missing foreach for the output files with dependent libs.
4565 Wed Sep 1 09:59:42 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
4567 * tests/Time_Value_Test.cpp:
4568 Fixed compile warning on QNX. time_t on QNX is defined as unsigned
4571 Tue Aug 31 16:53:07 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
4575 Added Catherine L. Paquin <catherine dot paquin at ngc dot com>.
4577 Tue Aug 31 14:40:17 UTC 2010 Adam Mitz <mitza@ociweb.com>
4581 Updated to proper name of Visual Studio 2010, which may assist
4582 those searching for it in the NEWS file.
4584 Tue Aug 31 12:56:36 UTC 2010 Steve Huston <shuston@riverace.com>
4586 * NEWS: Added an entry for the change at
4587 Fri Aug 27 19:17:11 UTC 2010 Steve Huston <shuston@riverace.com>
4590 * ace/config-sunos5.6.h:
4591 * ace/config-sunos5.7.h: Removed all mention of ACE_HAS_LIMITED_SELECT.
4593 Mon Aug 30 18:41:24 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4598 Mon Aug 30 16:48:34 UTC 2010 Steve Huston <shuston@riverace.com>
4602 * ace/FIFO_Send.h: Clarified initialization and open behavior.
4604 Mon Aug 30 15:33:57 UTC 2010 Steve Huston <shuston@riverace.com>
4606 * ace/Process.h (set_handles): Add a note that passing a socket handle
4607 with this mechanism does not work on Windows.
4609 Mon Aug 30 10:06:24 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4611 * examples/Reactor/Proactor/test_proactor2.cpp:
4612 * examples/Reactor/Proactor/test_proactor3.cpp:
4613 * tests/Proactor_Test.cpp:
4614 * tests/Proactor_Test_IPV6.cpp:
4615 * tests/Proactor_UDP_Test.cpp:
4618 Fri Aug 27 19:17:11 UTC 2010 Steve Huston <shuston@riverace.com>
4620 * ace/ACE.cpp (handle_ready, handle_timed_complete,
4621 handle_timed_accept): On platforms where poll() is
4622 available, prefer that to using select() for checking a single
4623 handle's state and/or waiting for a condition. This preference
4624 was previously only used if ACE_HAS_LIMITED_SELECT was set. The
4625 ACE_HAS_LIMITED_SELECT choice is removed, making ACE_HAS_POLL the
4626 setting that switches this preference. The driving reason for this
4627 is that if select() is called to detect changes on a handle whose
4628 values falls outside that which can safely be stored in an fdset,
4629 the handle-setting macros/functions will set/clear bits outside
4630 of the fdset. This results in very weird memory changes, often in
4631 the stack, which are very hard to diagnose. poll()'s operation
4632 does not suffer from this affect. With the growing use of large
4633 numbers of handles and use of ACE_Dev_Poll_Reactor on Linux,
4634 the rate at which this problem was cropping up was increasing.
4635 Thanks to Olivier Langlois for diagnosing this problem and
4636 proposing the patch.
4638 (handle_ready): Properly set the poll condition for read and/or
4639 write. Thanks to kumaran.prem@gmail.com for this fix.
4643 * ace/SOCK_Dgram.cpp:
4644 * tests/MT_SOCK_Test.cpp:
4645 * tests/SOCK_Test.cpp: Replaced use of ACE_OS::select() with
4646 ACE::handle_ready() and friends.
4648 This all resolves Bugzilla #3606.
4650 Fri Aug 27 19:10:16 UTC 2010 Brian Johnson <johnsonb@ociweb.com>
4652 * bin/MakeProjectCreator/templates/gnu.mpd:
4654 Merging dependent_libs support for gnuace from TAO 1.5a.
4657 Fri Aug 27 18:36:37 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4659 * ace/OS_NS_Thread.h:
4660 * ace/OS_NS_Thread.inl:
4661 Added assignment operator for ACE_Thread_Id
4663 Fri Aug 27 15:01:41 UTC 2010 Steve Huston <shuston@riverace.com>
4665 * Connector.{h cpp} (ACE_NonBlocking_Connect_Handler): Add a
4666 handle_close() which calls handle_input() if called by the
4667 ACE_Dev_Poll_Reactor to remove a failed connect. Apparently,
4668 Linux epoll, at least sometimes, signals EPOLLERR on a failed
4669 nonblocking connect, unlike the select() case which selects the
4670 failed fd for read. Thanks to Kannan Ramaswamy <kannan dot
4671 ramaswamy at cogcap dot com> for this information and fix.
4673 * THANKS: Added Kannan to the Hall of Fame.
4675 Fri Aug 27 14:17:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4680 * ace/OS_NS_Thread.cpp:
4684 Added check for ACE_Guard
4686 Fri Aug 27 06:56:11 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4689 * etc/acexml.doxygen:
4692 Thu Aug 26 13:20:48 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4694 * bin/diff-builds-and-group-fixed-tests-only.sh:
4697 Thu Aug 26 13:08:56 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4699 * netsvcs/servers/servers.mpc:
4700 Use ace_netsvcs as executable name, this makes more sense when
4701 we install this file in a target directory
4703 Thu Aug 26 13:04:06 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4706 Check doxygen files for tabs
4709 * etc/ace_inet.doxygen:
4710 * etc/ace_qos.doxygen:
4711 * etc/ace_rmcast.doxygen:
4712 * etc/ace_ssl.doxygen:
4713 * etc/acexml.doxygen:
4715 Changed documentation subdirectories to make debian packaging easier
4717 Thu Aug 26 12:30:33 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4720 Made some fixes for x.8.1
4722 Thu Aug 26 11:54:15 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4724 * bin/auto_run_tests.pl:
4725 Extended script to also check for $DANCE_ROOT/bin/dance_tests.lst
4727 Thu Aug 26 10:20:41 UTC 2010 Martin Corino <mcorino@remedy.nl>
4729 * ace/OS_NS_Thread.cpp:
4730 Changes implementing the patches from Bugzilla #3653 (with
4731 changes and some rejects; *no* asserts allowed in ACE).
4733 Wed Aug 25 19:58:19 UTC 2010 Steve Huston <shuston@riverace.com>
4735 * ace/Dev_Poll_Reactor.{h cpp}: Regarding change number 2 at
4736 Fri Mar 26 14:07:55 UTC 2010 Steve Huston <shuston@riverace.com>
4737 dispatching notifies in only one thread at a time was 1) wrong
4738 (TP_Reactor doesn't do this), 2) broke important existing
4739 applications at a customer site. This has been fixed so that the
4740 notify dispatch behavior is like ACE_TP_Reactor: when the
4741 notify handle is signaled, extract one notification, release
4742 the token, dispatch the notification. Thus, each thread will
4743 dispatch one notification, and multiple threads can dispatch
4744 them at the same time if there are multiples.
4746 Also fixed an error where it was possible to lose notice of a
4747 notification. Resolves Bugzilla #3328.
4749 Wed Aug 25 09:49:41 UTC 2010 Martin Corino <mcorino@remedy.nl>
4751 * ace/Arg_Shifter.h:
4752 * ace/config-macosx-leopard.h:
4754 * ace/Global_Macros.h:
4755 Selected changes from patches in Bugzilla 3652.
4757 Tue Aug 24 14:21:01 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4759 * ace/OS_NS_Thread.h:
4762 * ace/config-win32-common.h:
4763 Improved MinGW GCC 4.4 support. Thanks to
4764 Jani Hakala <jani dot j dot hakala at jyu dot fi> for creating the
4767 Tue Aug 24 14:15:45 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>
4771 * tests/Log_Msg_Test.cpp
4772 Revert changes for logging thread id as argument.
4774 Tue Aug 24 12:59:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
4776 * protocols/ace/INet/ClientRequestHandler.h:
4777 * protocols/ace/INet/URLBase.h:
4778 * protocols/ace/INet/HTTP_ClientRequestHandler.h:
4779 Changes to fix export problems with nested classes with MSVC 7/8.
4781 Tue Aug 24 11:29:45 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>
4785 * tests/Log_Msg_Test.cpp:
4787 Add %#t to log a thread id that is coming from user code, as argument .
4789 Mon Aug 23 19:51:59 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
4791 * tests/Missing_Svc_Conf_Test.cpp:
4793 Fix some scoreboard problems.
4795 Mon Aug 23 15:05:56 UTC 2010 Adam Mitz <mitza@ociweb.com>
4797 * ace/Select_Reactor.h:
4799 vc10 needs an "ACE_Export" declaration on the explicit template
4800 instantiation of ACE_Select_Reactor.
4802 Mon Aug 23 13:23:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4804 * ace/config-kfreebsd.h:
4805 New config file for kfreebsd
4807 * ace/config-win32-common.h:
4808 Removed commented out defines
4810 Mon Aug 23 11:57:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
4812 * protocols/ace/INet/INet_SSL_Export.h:
4813 * protocols/ace/INet/HTTPS_Context.h:
4814 * protocols/ace/INet/HTTPS_SessionFactory.h:
4815 * protocols/ace/INet/HTTPS_URL.h:
4816 * protocols/ace/INet/SSL_CallbackManager.h:
4817 * protocols/ace/INet/SSL_CertificateCallback.h:
4818 * protocols/ace/INet/SSL_PasswordCallback.h:
4819 * protocols/ace/INet/SSL_X509Cert.h:
4820 * protocols/ace/INet/inet_ssl.mpc:
4821 Changes to fix MSVC 7/8 link errors.
4823 Mon Aug 23 11:34:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
4825 * protocols/ace/INet/HTTPS_URL.h:
4826 Fixed GCC41 error concerning comma at end of enum list.
4828 Sat Aug 21 12:53:05 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
4830 * tests/Missing_Svc_Conf_Test.cpp:
4832 Added a descriptive comment block to the source.
4834 Fri Aug 20 13:29:22 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
4836 * ace/Service_Gestalt.cpp:
4838 One more shot at fixing the behavior of the service configurator
4839 in the face of missing defaulted svc.conf file.
4841 * tests/Missing_Svc_Conf_Test.cpp:
4842 * tests/run_test.lst:
4845 Added a proper test to ensure changes to this behavior are caught
4848 Fri Aug 20 11:58:20 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4853 * include/makeinclude/platform_g++_common.GNU:
4854 If minimaltoc is set to 1, add -mminimal-toc to compiler flags
4856 * include/makeinclude/platform_linux.GNU:
4857 Removed check for ppc64, if you build for ppc64 and need -mminimal-toc
4858 add minimaltoc=1 to your platform_macros.GNU file
4860 Fri Aug 20 09:52:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
4862 * protocols/ace/INet/inet_ssl.mpb:
4863 Removed feature subproject config.
4865 * protocols/ace/INet/inet_ssl.mpc:
4866 Added sublibrary project I forgot yesterday.
4868 Thu Aug 19 12:37:14 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4873 * include/makeinclude/platform_linux.GNU:
4874 Make it possible to control -mminimal-toc through the
4875 platform_macros.GNU file using minimaltoc
4877 Thu Aug 19 12:09:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
4879 * bin/MakeProjectCreator/config/inet.mpb:
4880 * bin/MakeProjectCreator/config/inetssl.mpb:
4881 * protocols/ace/INet/inet.mpc:
4882 * protocols/ace/INet/inet_ssl.mpb:
4883 Changes to split INet into 2 libraries; regular and SSL.
4884 Fixes dependencies of DAnCE tools on SSL.
4886 Wed Aug 18 09:26:04 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
4888 * netsvcs/lib/Client_Logging_Handler.cpp:
4889 Fixed a compile warning.
4891 Tue Aug 17 07:34:31 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>
4893 * ace/CDR_Stream.cpp
4896 Mon Aug 16 22:00:06 UTC 2010 Adam Mitz <mitza@ociweb.com>
4898 * examples/Reactor/Misc/Reactor_Misc.mpc:
4900 Explicitly list an empty Template_Files so that the *_t.cpp doesn't
4901 get added to Template_Files.
4903 Mon Aug 16 12:58:31 UTC 2010 Marijke Hengstmengel <mhengstmengel@remedy.nl>
4905 * ace/Auto_Event.cpp:
4906 * ace/CDR_Stream.cpp:
4910 * ace/Dynamic_Service_Base.cpp:
4911 * ace/Filecache.cpp:
4912 * ace/Flag_Manip.cpp:
4913 * ace/FlReactor/FlReactor.cpp:
4914 * ace/FoxReactor/FoxReactor.cpp:
4915 * ace/Handle_Ops.cpp:
4917 * ace/INET_Addr.cpp:
4919 * ace/Local_Tokens.cpp:
4920 * ace/Logging_Strategy.cpp:
4923 * ace/Message_Block.cpp:
4924 * ace/Method_Request.cpp:
4925 * ace/Multihomed_INET_Addr.cpp:
4926 * ace/Name_Request_Reply.cpp:
4927 * ace/OS_NS_string.cpp:
4928 * ace/OS_Thread_Adapter.cpp:
4929 * ace/Parse_Node.cpp:
4930 * ace/Ping_Socket.cpp:
4931 * ace/POSIX_Asynch_IO.cpp:
4932 * ace/POSIX_CB_Proactor.cpp:
4934 * ace/Proactor_Impl.cpp:
4935 * ace/Process_Manager.cpp:
4936 * ace/QoS/QoS_Decorator.cpp:
4937 * ace/QoS/QoS_Manager.cpp:
4938 * ace/QoS/QoS_Session_Factory.cpp:
4939 * ace/QoS/QoS_Session_Impl.cpp:
4940 * ace/QoS/SOCK_Dgram_Mcast_QoS.cpp:
4942 * ace/Refcountable_T.cpp:
4943 * ace/Remote_Name_Space.cpp:
4944 * ace/Select_Reactor_Base.cpp:
4945 * ace/Service_Config.cpp:
4946 * ace/Service_Gestalt.cpp:
4947 * ace/Shared_Memory_SV.cpp:
4948 * ace/Singleton.cpp:
4949 * ace/Sock_Connect.cpp:
4950 * ace/SSL/SSL_Asynch_BIO.cpp:
4951 * ace/SSL/SSL_Asynch_Stream.cpp:
4952 * ace/SSL/SSL_Context.cpp:
4953 * ace/SSL/SSL_SOCK.cpp:
4954 * ace/SSL/SSL_SOCK_Acceptor.cpp:
4955 * ace/SSL/SSL_SOCK_Connector.cpp:
4956 * ace/SSL/SSL_SOCK_Stream.cpp:
4959 * ace/Svc_Conf_y.cpp:
4961 * ace/Thread_Manager.cpp:
4962 * ace/Timer_Hash_T.cpp:
4963 * ace/TkReactor/TkReactor.cpp:
4964 * ace/Token_Collection.cpp:
4965 * ace/WIN32_Asynch_IO.cpp:
4966 * ace/XtReactor/XtReactor.cpp:
4969 Thu Aug 12 16:07:55 UTC 2010 Steve Huston <shuston@riverace.com>
4971 * configure.ac: Added feature test for ACE_LACKS_STRUCT_LIFNUM.
4973 Thu Aug 12 08:39:31 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4975 * rpmbuild/ace-tao.spec:
4976 Fixed problem compiling FC packages on OSB
4978 Wed Aug 11 20:50:37 UTC 2010 Adam Mitz <mitza@ociweb.com>
4980 * bin/MakeProjectCreator/templates/gnu.mpd:
4982 With ARCH set, we need to create the local ARCH directory for the
4983 executable in case there are no object files that would otherwise
4986 Wed Aug 11 13:45:52 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4988 * ace/config-g++-common.h:
4989 Only enable GCC builtin atomic op when threads are enabled. Thanks to
4990 Rafi <rafi dot net at gmail dot com> for reporting this
4992 Tue Aug 10 17:24:05 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
4994 * ACEXML/apps/svcconf/Svcconf.cpp:
4995 Fixed compile problem
4997 Tue Aug 10 08:55:17 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5002 Mon Aug 9 17:14:27 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
5006 Added Robert Shectman <shectman at llnl dot gov>
5008 Mon Aug 9 16:02:08 UTC 2010 Adam Mitz <mitza@ociweb.com>
5010 * include/makeinclude/platform_vxworks6.3.GNU:
5011 * include/makeinclude/platform_vxworks6.8.GNU:
5013 The location of user-mode (RTP) libraries has changed in 6.8.
5015 Mon Aug 9 15:14:43 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5017 * ACEXML/apps/svcconf/Svcconf_Handler.cpp:
5018 Zap emulated exception macros
5020 * ace/config-macros.h:
5021 Only define ACE_HAS_EXCEPTIONS when it is not defined yet
5023 Mon Aug 9 06:38:34 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5025 * ace/config-sunos5.5.h:
5028 Mon Aug 9 06:35:14 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5033 Sun Aug 8 23:31:32 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
5035 * ace/config-macosx-snowleopard.h:
5037 Clang uses ACE_ANY_OPS_USE_NAMESPACE.
5039 Fri Aug 6 17:36:45 UTC 2010 Adam Mitz <mitza@ociweb.com>
5043 Added a "trailing whitespace" check (not enabled by default).
5044 Added the ability to pass multiple test names on the command line.
5045 Extend the "too long file name" check to some additional file types.
5047 Fri Aug 6 08:39:38 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5049 * protocols/ace/TMCast/TMCast.mpc:
5050 Removed exceptions as base project
5052 Thu Aug 5 16:56:01 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5054 * bin/MakeProjectCreator/config/tmcast.mpb:
5055 * protocols/tests/RMCast/RMCast.mpc:
5056 Removed exceptions as base project
5058 Thu Aug 5 09:00:49 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5061 * ace/ACE_crc32.cpp:
5062 * ace/ACE_crc_ccitt.cpp:
5064 * ace/ATM_Acceptor.cpp:
5066 * ace/ATM_Connector.cpp:
5067 * ace/ATM_Params.cpp:
5069 * ace/ATM_Stream.cpp:
5071 * ace/Activation_Queue.cpp:
5072 * ace/Active_Map_Manager.cpp:
5074 * ace/Arg_Shifter.cpp:
5075 * ace/Argv_Type_Converter.cpp:
5077 * ace/Asynch_Acceptor.cpp:
5078 * ace/Asynch_IO.cpp:
5079 * ace/Asynch_Pseudo_Task.cpp:
5080 * ace/Atomic_Op.cpp:
5081 * ace/Atomic_Op_GCC_T.cpp:
5082 * ace/Atomic_Op_T.cpp:
5085 * ace/Base_Thread_Adapter.cpp:
5086 * ace/Basic_Stats.cpp:
5088 * ace/Capabilities.cpp:
5089 * ace/Codeset_IBM1047.cpp:
5090 * ace/Codeset_Registry.cpp:
5091 * ace/Condition_Thread_Mutex.cpp:
5092 * ace/Connection_Recycling_Strategy.cpp:
5093 * ace/Containers.cpp:
5094 * ace/Copy_Disabled.cpp:
5095 * ace/Countdown_Time.cpp:
5097 * ace/DEV_Connector.cpp:
5100 * ace/DLL_Manager.cpp:
5101 * ace/Date_Time.cpp:
5102 * ace/Dev_Poll_Reactor.cpp:
5103 * ace/Dirent_Selector.cpp:
5106 * ace/Dynamic_Message_Strategy.cpp:
5107 * ace/Dynamic_Service_Dependency.cpp:
5109 * ace/Event_Handler.cpp:
5111 * ace/FIFO_Recv.cpp:
5112 * ace/FIFO_Recv_Msg.cpp:
5113 * ace/FIFO_Send.cpp:
5114 * ace/FIFO_Send_Msg.cpp:
5116 * ace/FILE_Addr.cpp:
5117 * ace/FILE_Connector.cpp:
5119 * ace/File_Lock.cpp:
5120 * ace/Framework_Component.cpp:
5122 * ace/Functor_String.cpp:
5125 * ace/Handle_Set.cpp:
5126 * ace/High_Res_Timer.cpp:
5127 * ace/ICMP_Socket.cpp:
5129 * ace/IO_Cntl_Msg.cpp:
5133 * ace/LSOCK_Acceptor.cpp:
5134 * ace/LSOCK_CODgram.cpp:
5135 * ace/LSOCK_Connector.cpp:
5136 * ace/LSOCK_Dgram.cpp:
5137 * ace/LSOCK_Stream.cpp:
5139 * ace/Local_Memory_Pool.cpp:
5140 * ace/Local_Name_Space.cpp:
5143 * ace/Log_Msg_Backend.cpp:
5144 * ace/Log_Msg_Callback.cpp:
5145 * ace/Log_Msg_IPC.cpp:
5146 * ace/Log_Msg_NT_Event_Log.cpp:
5147 * ace/Log_Record.cpp:
5148 * ace/MEM_Acceptor.cpp:
5149 * ace/MEM_Connector.cpp:
5152 * ace/MEM_Stream.cpp:
5153 * ace/MMAP_Memory_Pool.cpp:
5154 * ace/Malloc_Allocator.cpp:
5155 * ace/Manual_Event.cpp:
5157 * ace/Message_Queue.cpp:
5158 * ace/Message_Queue_NT.cpp:
5159 * ace/Message_Queue_Vx.cpp:
5160 * ace/Msg_WFMO_Reactor.cpp:
5162 * ace/Name_Proxy.cpp:
5163 * ace/Name_Space.cpp:
5164 * ace/Naming_Context.cpp:
5165 * ace/Notification_Strategy.cpp:
5168 * ace/OS_Log_Msg_Attributes.cpp:
5169 * ace/OS_NS_Thread.cpp:
5170 * ace/OS_NS_arpa_inet.cpp:
5171 * ace/OS_NS_ctype.cpp:
5172 * ace/OS_NS_dirent.cpp:
5173 * ace/OS_NS_dlfcn.cpp:
5174 * ace/OS_NS_errno.cpp:
5175 * ace/OS_NS_fcntl.cpp:
5176 * ace/OS_NS_math.cpp:
5177 * ace/OS_NS_netdb.cpp:
5178 * ace/OS_NS_poll.cpp:
5179 * ace/OS_NS_pwd.cpp:
5180 * ace/OS_NS_regex.cpp:
5181 * ace/OS_NS_signal.cpp:
5182 * ace/OS_NS_stdio.cpp:
5183 * ace/OS_NS_stdlib.cpp:
5184 * ace/OS_NS_strings.cpp:
5185 * ace/OS_NS_stropts.cpp:
5186 * ace/OS_NS_sys_mman.cpp:
5187 * ace/OS_NS_sys_msg.cpp:
5188 * ace/OS_NS_sys_resource.cpp:
5189 * ace/OS_NS_sys_select.cpp:
5190 * ace/OS_NS_sys_shm.cpp:
5191 * ace/OS_NS_sys_socket.cpp:
5192 * ace/OS_NS_sys_stat.cpp:
5193 * ace/OS_NS_sys_time.cpp:
5194 * ace/OS_NS_sys_uio.cpp:
5195 * ace/OS_NS_sys_utsname.cpp:
5196 * ace/OS_NS_sys_wait.cpp:
5197 * ace/OS_NS_time.cpp:
5198 * ace/OS_NS_unistd.cpp:
5199 * ace/OS_NS_wchar.cpp:
5200 * ace/OS_NS_wctype.cpp:
5204 * ace/Object_Manager.cpp:
5205 * ace/Object_Manager_Base.cpp:
5206 * ace/PI_Malloc.cpp:
5207 * ace/Pagefile_Memory_Pool.cpp:
5209 * ace/Priority_Reactor.cpp:
5211 * ace/Process_Mutex.cpp:
5212 * ace/Process_Semaphore.cpp:
5213 * ace/Profile_Timer.cpp:
5215 * ace/RW_Process_Mutex.cpp:
5216 * ace/RW_Thread_Mutex.cpp:
5217 * ace/Reactor_Impl.cpp:
5218 * ace/Reactor_Notification_Strategy.cpp:
5219 * ace/Reactor_Timer_Interface.cpp:
5220 * ace/Read_Buffer.cpp:
5221 * ace/Recursive_Thread_Mutex.cpp:
5222 * ace/Recyclable.cpp:
5224 * ace/Registry_Name_Space.cpp:
5225 * ace/Remote_Tokens.cpp:
5227 * ace/SOCK_Acceptor.cpp:
5228 * ace/SOCK_CODgram.cpp:
5229 * ace/SOCK_Connector.cpp:
5230 * ace/SOCK_Dgram.cpp:
5231 * ace/SOCK_Dgram_Bcast.cpp:
5232 * ace/SOCK_Dgram_Mcast.cpp:
5234 * ace/SOCK_SEQPACK_Acceptor.cpp:
5235 * ace/SOCK_SEQPACK_Association.cpp:
5236 * ace/SOCK_SEQPACK_Connector.cpp:
5237 * ace/SOCK_Stream.cpp:
5239 * ace/SPIPE_Acceptor.cpp:
5240 * ace/SPIPE_Addr.cpp:
5241 * ace/SPIPE_Connector.cpp:
5242 * ace/SPIPE_Stream.cpp:
5243 * ace/SUN_Proactor.cpp:
5244 * ace/SV_Message.cpp:
5245 * ace/SV_Message_Queue.cpp:
5246 * ace/SV_Semaphore_Complex.cpp:
5247 * ace/SV_Semaphore_Simple.cpp:
5248 * ace/SV_Shared_Memory.cpp:
5249 * ace/Sample_History.cpp:
5250 * ace/Sbrk_Memory_Pool.cpp:
5251 * ace/Sched_Params.cpp:
5252 * ace/Select_Reactor_T.cpp:
5253 * ace/Semaphore.cpp:
5254 * ace/Service_Manager.cpp:
5255 * ace/Service_Object.cpp:
5256 * ace/Service_Repository.cpp:
5257 * ace/Service_Types.cpp:
5258 * ace/Shared_Memory.cpp:
5259 * ace/Shared_Memory_MM.cpp:
5260 * ace/Shared_Memory_Pool.cpp:
5261 * ace/Shared_Object.cpp:
5262 * ace/Sig_Adapter.cpp:
5263 * ace/Sig_Handler.cpp:
5265 * ace/Stack_Trace.cpp:
5267 * ace/Synch_Options.cpp:
5268 * ace/System_Time.cpp:
5270 * ace/TLI_Acceptor.cpp:
5271 * ace/TLI_Connector.cpp:
5272 * ace/TLI_Stream.cpp:
5273 * ace/TP_Reactor.cpp:
5274 * ace/TSS_Adapter.cpp:
5277 * ace/Thread_Adapter.cpp:
5278 * ace/Thread_Control.cpp:
5279 * ace/Thread_Exit.cpp:
5280 * ace/Thread_Hook.cpp:
5281 * ace/Thread_Mutex.cpp:
5282 * ace/Thread_Semaphore.cpp:
5283 * ace/Throughput_Stats.cpp:
5284 * ace/Time_Value.cpp:
5285 * ace/Timeprobe.cpp:
5286 * ace/Timer_List_T.cpp:
5288 * ace/Token_Invariants.cpp:
5289 * ace/Token_Manager.cpp:
5290 * ace/Token_Request_Reply.cpp:
5292 * ace/UNIX_Addr.cpp:
5293 * ace/UPIPE_Acceptor.cpp:
5294 * ace/UPIPE_Connector.cpp:
5295 * ace/UPIPE_Stream.cpp:
5297 * ace/WFMO_Reactor.cpp:
5298 * ace/WIN32_Proactor.cpp:
5299 * ace/XTI_ATM_Mcast.cpp:
5300 * ace/ace_wchar.cpp:
5301 * ace/gethrtime.cpp:
5304 Thu Aug 5 08:13:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5306 * ace/CORBA_macros.h:
5307 * ace/Global_Macros.h:
5310 * ace/config-cxx-common.h:
5311 * ace/config-doxygen.h:
5312 * ace/config-g++-common.h:
5313 * ace/config-hpux-11.00.h:
5314 * ace/config-icc-common.h:
5315 * ace/config-integritySCA.h:
5316 * ace/config-macros.h:
5317 * ace/config-netbsd.h:
5318 * ace/config-openvms.h:
5319 * ace/config-suncc-common.h:
5320 * ace/config-sunos5.4-sunc++-4.x.h:
5321 * ace/config-sunos5.5.h:
5322 * ace/config-tandem-nsk-mips-v2.h:
5323 * ace/config-tandem-nsk-mips-v3.h:
5324 * ace/config-unixware-7.1.0.h:
5325 * ace/config-unixware-7.1.0.udk.h:
5326 * ace/config-win32-borland.h:
5327 * ace/config-win32-dmc.h:
5328 * ace/config-win32-ghs.h:
5329 * ace/config-win32-interix.h:
5330 * ace/config-win32-msvc-10.h:
5331 * ace/config-win32-msvc-7.h:
5332 * ace/config-win32-msvc-8.h:
5333 * ace/config-win32-msvc-9.h:
5334 * include/makeinclude/platform_aix.GNU:
5335 * include/makeinclude/platform_aix_g++.GNU:
5336 * include/makeinclude/platform_aix_ibm.GNU:
5337 * include/makeinclude/platform_cray.GNU:
5338 * include/makeinclude/platform_freebsd.GNU:
5339 * include/makeinclude/platform_gnuwin32_common.GNU:
5340 * include/makeinclude/platform_hpux_aCC.GNU:
5341 * include/makeinclude/platform_hpux_gcc.GNU:
5342 * include/makeinclude/platform_integrity_ghs.GNU:
5343 * include/makeinclude/platform_irix6.x_common.GNU:
5344 * include/makeinclude/platform_linux_common.GNU:
5345 * include/makeinclude/platform_lynxos.GNU:
5346 * include/makeinclude/platform_macosx.GNU:
5347 * include/makeinclude/platform_macosx_common.GNU:
5348 * include/makeinclude/platform_macosx_icc.GNU:
5349 * include/makeinclude/platform_macosx_panther.GNU:
5350 * include/makeinclude/platform_netbsd.GNU:
5351 * include/makeinclude/platform_openbsd.GNU:
5352 * include/makeinclude/platform_openvms.GNU:
5353 * include/makeinclude/platform_qnx_rtp_gcc.GNU:
5354 * include/makeinclude/platform_rtems.x_g++.GNU:
5355 * include/makeinclude/platform_sunos5_g++.GNU:
5356 * include/makeinclude/platform_sunos5_sunc++.GNU:
5357 * include/makeinclude/platform_tandem.GNU:
5358 * include/makeinclude/platform_tru64_cxx.GNU:
5359 * include/makeinclude/platform_tru64_g++.GNU:
5360 * include/makeinclude/platform_unixware_g++.GNU:
5361 * include/makeinclude/platform_vxworks5.5.x.GNU:
5362 * include/makeinclude/platform_vxworks6.2.GNU:
5363 * include/makeinclude/platform_vxworks6.3.GNU:
5364 * include/makeinclude/platform_win32_dmc.GNU:
5365 * include/makeinclude/platform_win32_icc.GNU:
5366 * include/makeinclude/platform_win32_interix.GNU:
5367 * include/makeinclude/wrapper_macros.GNU:
5368 * tests/Bug_3673_Regression_Test.cpp:
5369 * tests/Reactor_Exceptions_Test.cpp:
5371 Removed support for non exception builds, ACE_HAS_EXCEPTIONS is
5374 * rpmbuild/ace-tao.spec:
5377 * ace/Exception_Macros.h:
5378 * bin/MakeProjectCreator/config/exceptions.mpb:
5379 Removed these files.
5381 Thu Aug 5 07:40:00 UTC 2010 Build CZar <buildczar at prismtech dot com>
5383 * ace/OS_NS_Thread.cpp:
5384 Add the missing ; to the lines added by the fix below.
5385 Wed Aug 4 14:16:46 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5387 Wed Aug 4 17:21:17 UTC 2010 Chris Cleeland <cleeland@ociweb.com>
5389 * bin/MakeProjectCreator/config/crosscompile.mpb:
5390 Added specific clause for cdt6.
5392 Wed Aug 4 14:16:46 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5394 * ace/OS_NS_Thread.cpp:
5395 Check more internal return values
5397 * rpmbuild/ace-tao.spec-bugfixonly.patch:
5398 Removed this file, not needed
5400 Tue Aug 3 12:14:51 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5402 * bin/generate_doxygen.pl:
5404 DAnCE has its own file now and also some documentation got moved
5405 out of the tao directory
5407 Sun Aug 1 18:14:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5410 * bin/diff-builds-and-group-fixed-tests-only.sh:
5411 * bin/make_release.py:
5412 * docs/Download.html:
5414 Updated because of release
5417 Did rename actions the release script didn't do, have to sort this
5420 Sun Aug 01 11:30:54 CEST 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5422 * ACE version 5.8.1 released.
5424 Thu Jul 29 14:41:32 UTC 2010 Steve Huston <shuston@riverace.com>
5426 * ace/Process.h (set_handles): Clarify that passing ACE_INVALID_HANDLE
5427 for any of the handle values will cause a duplicate of the
5428 corresponding ACE_STDIN/OUT/ERR to be used in the options.
5430 Thu Jul 29 10:43:32 UTC 2010 Marcel Smit <msmit@remedy.nl>
5432 * bin/MakeProjectCreator/config/global.features:
5433 * bin/MakeProjectCreator/config/inetssl.mpb:
5434 * protocols/ace/INet/inet_ssl.mpb:
5435 Created a new feature, inet_ssl. When set, the INet libary
5436 builds, using SSL. To let the INet libary use SSL, one should
5437 enable the inet_ssl feature in default.features and add ssl=1 to
5438 the platform_macos.GNU.
5440 Mon Jul 26 20:26:53 UTC 2010 Steve Huston <shuston@riverace.com>
5442 * ace/OS_NS_Thread.h: Note that the cpu_set_size to the get/set
5443 affinity methods is a byte count.
5445 Mon Jul 26 07:02:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5447 * bin/MakeProjectCreator/config/inet.mpb:
5448 * protocols/ace/INet/inet.mpc:
5449 Added avoids += corba_e_compact.
5451 Thu Jul 22 04:35:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5453 * bin/MakeProjectCreator/config/inet.mpb:
5454 * protocols/ace/INet/inet.mpc:
5455 Added avoids += ace_for_tao.
5457 Wed Jul 21 18:23:32 UTC 2010 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
5459 * ace/Basic_Types.h (ACE_INT8_FORMAT_SPECIFIER): Added the missing
5460 "_ASCII" to the ACE_INT8_FORMAT_SPECIFIER macro usage. Thanks
5461 to Andre Kostur <akostur at incognito dot com> for reporting
5464 Wed Jul 21 15:52:32 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
5466 * ace/Service_Gestalt.h:
5467 * ace/Service_Gestalt.inl:
5468 * ace/Service_Gestalt.cpp:
5470 Reverted for_TAO specific change, revised the processing to
5471 ensure default first, then files, then cmdline directives.
5473 Wed Jul 21 03:07:28 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
5475 * ace/Service_Gestalt.h:
5476 * ace/Service_Gestalt.cpp:
5478 Fix errors in premature committal.
5480 Wed Jul 21 02:30:45 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
5482 * ace/Service_Gestalt.h:
5483 * ace/Service_Gestalt.inl:
5484 * ace/Service_Gestalt.cpp:
5486 Add a specialized open method to be called by TAO. TAO depends
5487 on a modified order of directive evaluation.
5489 Tue Jul 20 18:02:03 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5491 * docs/Download.html:
5492 Fixed some typos, thanks to Thomas Lockhart
5493 <Thomas dot lockhart at jpl dot nasa dot gov> for reporting this
5495 Tue Jul 20 15:08:49 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
5497 * tests/Bug_3319_Regression_Test.cpp:
5499 Fix the test to be consistent with revised service config
5500 behavior. The test had assumed that ACE_Service_Config::open()
5501 would return 0 even if svc.conf were not present, but since it
5502 was setting the ignore_default_svc_conf_file to 0, the restore
5503 behavior of the service configurator is to fail with ENOENT in
5506 Tue Jul 20 08:48:00 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
5509 Fixed a bug in ACE_TSS::ts_get() that only exhibited on
5510 SunOS/Studio builds. The later configutsyion uses ACE_HAS_THR_C_DEST
5511 and with that define ts_get() behaved differently. In particular it
5512 didn't create a ts_obj if tss_adapter was not 0.
5514 Tue Jul 20 07:38:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5516 * protocols/ace/INet/SSL_CallbackManager.h:
5519 Tue Jul 20 05:25:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5521 * protocols/ace/INet/HTTP_BasicAuthentication.cpp:
5522 * protocols/ace/INet/HTTP_BasicAuthentication.h:
5523 * protocols/ace/INet/HTTP_BasicAuthentication.inl:
5524 * protocols/ace/INet/inet.mpc:
5525 Added basic support for HTTP Basic Authentication scheme.
5527 Tue Jul 20 03:56:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5529 * protocols/ace/INet/HTTP_SessionBase.cpp:
5530 Fixed MSVC 7.1 compile problems.
5532 * protocols/ace/INet/HTTP_Simple_exec.cpp:
5533 Fixed compile problems for non-SSL builds.
5535 Tue Jul 20 03:25:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5537 * bin/MakeProjectCreator/config/inetssl.mpb:
5538 * protocols/ace/INet/inet_ssl.mpb:
5541 Mon Jul 19 11:50:59 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
5546 Mostly fixed bug 3539. It doesn't fix a case when main thread
5547 doesn't own ACE_TSS but still uses it. Fixing the later is not
5548 straight forward and will require a lot more efforts.
5549 Also rearranged the code so that it has less duplicates.
5551 * tests/run_test.lst:
5552 Marked the test as fixed.
5554 Mon Jul 19 09:15:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5556 * bin/MakeProjectCreator/config/inet.mpb:
5557 * bin/MakeProjectCreator/config/global.features:
5558 * protocols/ace/INet/inet.mpc:
5559 Added new feature 'exclude_inet' to allow builds to
5560 explicitly exclude building INet.
5562 Mon Jul 19 08:49:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5564 * protocols/ace/INet/HTTPS_Session.cpp:
5565 * protocols/ace/INet/HTTPS_Session.h:
5566 Fixed compile errors byadding version check to disable
5567 'relatively' new OpenSSL functionality for builds using
5568 outdated OpenSSL installations (OpenSSL <= 0.9.8e).
5570 Sat Jul 17 14:06:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5572 * protocols/ace/INet/ClientRequestHandler.h:
5573 * protocols/ace/INet/URLBase.h:
5574 Some include shuffling to fix an incomplete type warning
5577 Sat Jul 17 11:39:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5579 * protocols/ace/INet/inet_ssl.mpb:
5580 Replaced ace_openssl base project by ssl. Fixes missing
5581 ACE_SSL lib link errors.
5583 * protocols/ace/INet/SSL_CallbackManager.cpp:
5584 Fixed MSVC compile errors.
5586 Sat Jul 17 10:26:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5588 * bin/MakeProjectCreator/config/inetssl.mpb:
5589 * bin/MakeProjectCreator/config/inet.mpb:
5590 Added feature project for SSL based parts of INet.
5591 Setting feature ssl=1 will automatically cause correct
5592 dependencies for SSL to be generated in INet based projects.
5594 * protocols/ace/INet/HTTPS_Context.cpp:
5595 * protocols/ace/INet/HTTPS_Context.h:
5596 * protocols/ace/INet/HTTPS_Context.inl:
5597 * protocols/ace/INet/HTTP_SessionBase.cpp:
5598 * protocols/ace/INet/HTTP_SessionBase.h:
5599 * protocols/ace/INet/HTTP_SessionBase.inl:
5600 * protocols/ace/INet/HTTPS_Session.cpp:
5601 * protocols/ace/INet/HTTPS_SessionFactory.cpp:
5602 * protocols/ace/INet/HTTPS_SessionFactory.h:
5603 * protocols/ace/INet/HTTPS_Session.h:
5604 * protocols/ace/INet/HTTPS_URL.cpp:
5605 * protocols/ace/INet/HTTPS_URL.h:
5606 * protocols/ace/INet/HTTPS_URL.inl:
5607 * protocols/ace/INet/SSL_CallbackManager.cpp:
5608 * protocols/ace/INet/SSL_CallbackManager.h:
5609 * protocols/ace/INet/SSL_CallbackManager.inl:
5610 * protocols/ace/INet/SSL_CertificateCallback.cpp:
5611 * protocols/ace/INet/SSL_CertificateCallback.h:
5612 * protocols/ace/INet/SSL_CertificateCallback.inl:
5613 * protocols/ace/INet/SSL_PasswordCallback.cpp:
5614 * protocols/ace/INet/SSL_PasswordCallback.h:
5615 * protocols/ace/INet/SSL_Proxy_Connector.cpp:
5616 * protocols/ace/INet/SSL_Proxy_Connector.h:
5617 * protocols/ace/INet/SSLSock_IOStream.cpp:
5618 * protocols/ace/INet/SSLSock_IOStream.h:
5619 * protocols/ace/INet/SSL_X509Cert.cpp:
5620 * protocols/ace/INet/SSL_X509Cert.h:
5621 * protocols/ace/INet/SSL_X509Cert.inl:
5622 New files implementing SSL/HTTPS support.
5623 Includes support for proxy CONNECT tunneling.
5625 * protocols/ace/INet/inet_ssl.mpb:
5626 Feature project which will include SSL/HTTPS support
5627 into INet when MPC feature ssl=1 is set.
5629 * protocols/ace/INet/ClientRequestHandler.cpp:
5630 * protocols/ace/INet/ClientRequestHandler.h:
5631 * protocols/ace/INet/ConnectionCache.cpp:
5632 * protocols/ace/INet/ConnectionCache.h:
5633 * protocols/ace/INet/FTP_ClientRequestHandler.cpp:
5634 * protocols/ace/INet/FTP_URL.cpp:
5635 * protocols/ace/INet/FTP_URL.h:
5636 * protocols/ace/INet/FTP_URL.inl:
5637 * protocols/ace/INet/HeaderBase.h:
5638 * protocols/ace/INet/HTTP_ClientRequestHandler.cpp:
5639 * protocols/ace/INet/HTTP_ClientRequestHandler.h:
5640 * protocols/ace/INet/HTTP_ClientRequestHandler.inl:
5641 * protocols/ace/INet/HTTP_Session.cpp:
5642 * protocols/ace/INet/HTTP_Session.h:
5643 * protocols/ace/INet/HTTP_StreamPolicyBase.h:
5644 * protocols/ace/INet/HTTP_StreamPolicy.h:
5645 * protocols/ace/INet/HTTP_URL.cpp:
5646 * protocols/ace/INet/HTTP_URL.h:
5647 * protocols/ace/INet/HTTP_URL.inl:
5648 * protocols/ace/INet/inet.mpc:
5649 * protocols/ace/INet/RequestHandler.h:
5650 * protocols/ace/INet/StreamHandler.cpp:
5651 * protocols/ace/INet/StreamInterceptor.h:
5652 * protocols/ace/INet/URLBase.h:
5653 Some redesign to accomodate addition of HTTPS.
5654 Some additional logging.
5655 Some additional documentation.
5657 * protocols/ace/INet/HTTP_Simple_exec.cpp:
5658 Extended to include HTTPS support.
5660 * protocols/tests/INet/MT_Get/Main.cpp:
5663 Fri Jul 16 22:08:05 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
5665 * ace/Service_Gestalt.h:
5666 * ace/Service_Gestalt.cpp:
5668 Further refinement of service initialization process. This
5669 restores the order of processing, and is more explicit about
5670 handling a defaulted svc.conf.
5672 Thu Jul 15 17:53:47 UTC 2010 Phil Mesnier <mesnier_p@ociweb.com>
5674 * ace/Service_Gestalt.cpp:
5677 Restore pre-gestalt behavior of returning -1 if svc.conf does
5678 not exist and an ACE_Service_Config::open() is expecting to use
5681 Thanks to Daynesh Mangal (daynesh@gmail.com) for reporting the
5684 Thu Jul 15 12:53:53 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5687 * etc/ace_inet.doxygen:
5688 * etc/ace_man.doxygen:
5689 * etc/ace_qos.doxygen:
5690 * etc/ace_rmcast.doxygen:
5691 * etc/ace_ssl.doxygen:
5692 * etc/acexml.doxygen:
5693 Generate deprecated/todo pages
5695 Thu Jul 15 12:35:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5697 * ace/SSL/SSL_SOCK_Stream.h:
5698 * ace/SSL/SSL_SOCK_Stream.inl:
5699 Added two method overloads available in ACE_SOCK_Stream but
5700 missing from ACE_SSL_SOCK_Stream.
5702 Thu Jul 15 09:49:28 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5704 * ace/config-doxygen.h:
5705 Added ACE_HAS_POSITION_INDEPENDENT_POINTERS
5707 Thu Jul 15 09:29:58 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5709 * bin/generate_doxygen.pl:
5710 * etc/ace_inet.doxygen:
5712 Added ACE INet library
5714 Thu Jul 15 09:11:51 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
5716 * ace/config-macosx-snowleopard.h:
5717 * include/makeinclude/platform_clang_common.GNU:
5718 * include/makeinclude/platform_macosx_common.GNU:
5720 Preliminary support for clang compiler.
5722 Tue Jul 13 14:39:55 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5727 Tue Jul 13 14:33:23 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5729 * ace/Cached_Connect_Strategy_T.h:
5730 * ace/Capabilities.h:
5733 Tue Jul 13 14:20:09 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5735 * ace/os_include/os_errno.h:
5736 Fixed problems with msvc 10, , thanks to Max Zhou
5737 <earthdog at 126.com> for supplying these changes, this fixes
5740 Tue Jul 13 11:08:38 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5742 * bin/MakeProjectCreator/config/vc10nmake.mpb:
5743 * netsvcs/lib/lib.mpc:
5744 vc10 support, thanks to Max Zhou <earthdog at 126.com> for
5745 supplying these changes
5747 Mon Jul 12 11:04:58 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5750 * ace/Activation_Queue.h:
5751 * ace/Active_Map_Manager.h:
5752 * ace/Dev_Poll_Reactor.h:
5753 * ace/Dev_Poll_Reactor.inl:
5754 * ace/Event_Handler.h:
5756 * ace/Manual_Event.h:
5757 * ace/Map_Manager.h:
5759 * ace/Message_Block.h:
5760 * ace/OS_Log_Msg_Attributes.h:
5761 * ace/OS_NS_unistd.h:
5762 * ace/Object_Manager.h:
5763 * ace/Recursive_Thread_Mutex.h:
5764 Layout, const, and doxygen fixes
5766 Mon Jul 12 10:11:24 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5769 * ace/DLL_Manager.h:
5772 * ace/Event_Handler.h:
5775 * ace/Log_Msg_Callback.h:
5777 * ace/Logging_Strategy.h:
5778 Fixed set of doxygen warnings
5780 Mon Jul 12 08:19:58 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5783 * ace/Malloc_Base.h:
5787 Fixed set of doxygen warnings
5789 Fri Jul 09 09:35:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5791 * bin/PerlACE/Process_Unix.pm:
5792 Fix killall() valgrind handling.
5794 Thu Jul 08 14:41:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5796 * bin/PerlACE/Process_Unix.pm:
5797 Fix killall() valgrind handling.
5799 Thu Jul 08 07:56:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5801 * bin/PerlACE/Process_Unix.pm:
5802 Make killall() recognize and handle valgrind runs correctly.
5804 Wed Jul 7 14:53:12 UTC 2010 Vladimir Zykov <vladimir.zykov@prismtech.com>
5806 * tests/run_test.lst:
5807 * tests/Bug_3539_Regression_Test.cpp:
5809 Added a test for bug 3539 as non-fixed.
5811 Wed Jul 7 11:43:16 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5813 * docs/bczar/bczar.html:
5814 Extended instructions
5816 Tue Jul 6 12:28:43 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5818 * docs/Download.html:
5819 CIAO is also online available
5821 Tue Jul 6 11:29:41 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5823 * ace/Message_Queue_T.cpp:
5824 * ace/Service_Repository.h:
5826 Fixed doxygen warnings
5828 Tue Jul 6 11:22:08 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5831 Improved doxygen configuration
5833 Tue Jul 6 11:11:06 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5836 * etc/ace_man.doxygen:
5837 * etc/ace_qos.doxygen:
5838 * etc/ace_rmcast.doxygen:
5839 * etc/ace_ssl.doxygen:
5840 * etc/acexml.doxygen:
5841 Reduced the size of the colloboration graphs
5843 Mon Jul 5 15:20:14 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5845 * rpmbuild/ace-tao.spec:
5846 Removed some test code
5848 Mon Jul 5 14:59:25 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5850 * rpmbuild/ace-tao.spec:
5851 Added missing file, thanks to Anatoli Sakhnik
5852 <sakhnik at gmail dot com> for reporting this, this should fix
5855 Mon Jul 05 14:32:30 UTC 2010 Martin Corino <mcorino@remedy.nl>
5857 * bin/PerlACE/Process_Unix.pm:
5858 Fixes problem with killall() function being not selective enough.
5860 Mon Jul 5 13:56:57 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5863 * etc/ace_qos.doxygen:
5864 * etc/ace_rmcast.doxygen:
5865 * etc/ace_ssl.doxygen:
5866 * etc/acexml.doxygen:
5867 Disable include and included graphs, this should reduce the size
5868 of the documentation a lot
5870 Mon Jul 5 13:29:23 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5872 * bin/generate_doxygen.pl:
5873 Some preparations to move the DAnCE doxygen files to DAnCE
5875 * docs/bczar/bczar.html:
5876 Updated release notes, made it possible to generate doxygen on
5877 a regular system instead of on naboo, the side effect is that the
5878 doxygen packages on naboo are 350Mb, on FC13 with all latest tools
5881 Mon Jul 5 11:22:09 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5883 * ace/Select_Reactor_Base.cpp:
5884 Fixed doxygen warning
5887 * etc/ace_man.doxygen:
5888 * etc/ace_qos.doxygen:
5889 * etc/ace_rmcast.doxygen:
5890 * etc/ace_ssl.doxygen:
5891 * etc/acexml.doxygen:
5892 Define ACE_INLINE as inline and not as 1
5894 Mon Jul 5 10:56:15 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5896 * rpmbuild/ace-tao.spec-release.patch:
5899 Mon Jul 5 09:11:21 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5901 * docs/Download.html:
5902 Removed link to very old patches and fixed typo
5904 Mon Jul 5 09:05:43 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5906 * docs/Download.html:
5907 Updated filenames in text
5909 Mon Jul 5 08:57:09 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5911 * docs/Download.html:
5912 Update latest minor release to x.8.0
5914 Mon Jul 5 08:19:17 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5916 * bin/diff-builds-and-group-fixed-tests-only.sh:
5919 * bin/generate_rel_manpages:
5920 Remove restriction to run on naboo, removed doxygen check, updated
5923 * docs/Download.html:
5932 * rpmbuild/ace-tao.spec:
5933 Changed version numbers to x.8.0 and added new ACE INet library
5935 Sun Jul 04 18:57:33 CEST 2010 Johnny Willemsen <jwillemsen@remedy.nl>
5937 * ACE version 5.8 released.
5941 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))
5942 indent-tabs-mode: nil