summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog646
1 files changed, 0 insertions, 646 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 83b70d852e8..a6a6320c70b 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,649 +1,3 @@
-Fri Nov 24 14:04:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tests/Sequence_Unit_Tests/Bounded_String.cpp:
- Updated because of string sequence changes earlier today
-
-Fri Nov 24 13:45:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tests/Portable_Interceptors/PICurrent/client.cpp:
- Added a test for bugzilla 2656
-
- * tao/Stub.cpp (get_policy_overrides):
- When policies is zero, return an empty sequence instead of
- a nill pointer. This fixes bugzilla 2656. Thanks to
- Richard Ridgway <Richard_Ridgway at ml dot com> for
- delevering the test extension and the patch for this file.
-
-Fri Nov 24 13:43:44 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * configure.ac:
-
- Configure Bug_2615_Regression unit test.
-
- * orbsvcs/tests/Makefile.am:
-
- Regenerated to include Bug_2615_Regression subdirectory.
-
- * orbsvcs/tests/Bug_2615_Regression/Makefile.am:
-
- New file, Makefile.am for new-ish unit test.
-
-Fri Nov 24 13:39:13 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * configure.ac:
-
- Configure RTCORBA Quoter tutorial.
-
- * docs/tutorials/Quoter/Makefile.am
-
- Regenerated to include RTCORBA subdirectory.
-
- * docs/tutorials/Quoter/RTCORBA/Makefile.am
-
- New file, Makefile.am for new-ish tutorial.
-
-Fri Nov 24 13:24:56 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * performance-tests/Cubit/TAO/DII_Cubit/Makefile.am:
- * performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am:
-
- Regenerated.
-
-Fri Nov 24 13:21:52 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * configure.ac:
-
- Added AM_CONDITIONAL for BUILD_STL and BUILD_BOOST, so we can
- generate Makefile.am's with these options. Default to false,
- until we can write feature tests for these options.
-
-Fri Nov 24 13:21:00 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * orbsvcs/orbsvcs/Makefile.am:
-
- Regenerated.
-
- * orbsvcs/orbsvcs/ec_typed_events_skel.mpb:
-
- Removed *S_T.inl files from the Inline_Files section.
-
-Fri Nov 24 13:19:24 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * tao/Makefile.am:
-
- Regenerated.
-
- * tao/Strategies.mpc:
-
- Clear PIDL_Files section as the Strategies *.pidl files are
- processed within the IDL_Files section, and this results in
- duplicate entries.
-
-Fri Nov 24 09:32:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tao/Bounded_Basic_String_Sequence_T.h:
- * tao/Unbounded_Basic_String_Sequence_T.h:
- Moved these templates from TAO::details to TAO namespace because
- we are going to move these templates directly
-
- * tao/Bounded_String_Sequence_T.h:
- * tao/Bounded_Wstring_Sequence_T.h:
- * tao/Unbounded_String_Sequence_T.h:
- * tao/Unbounded_Wstring_Sequence_T.h:
- Removed, not used anymore, the IDL compiler uses the basic string
- sequence directly.
-
- * TAO_IDL/be/be_visitor_template_export.cpp:
- Removed special handling for (w)string sequences
-
- * TAO_IDL/be/be_sequence.cpp:
- Changed generation to use basic string sequence template directly
-
- * tao/Sequence_T.h:
- * tao/tao.mpc:
- Removed the files that got removed
-
- * tao/Unbounded_Sequence_CDR_T.h:
- * tao/Bounded_Sequence_CDR_T.h:
- Updated because of the move of the basic string sequence files
- from TAO::details to TAO
-
-Fri Nov 24 06:28:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tao/tao.mpc:
- Don't use -Gse for ULongLongSeq at this moment, vc8 seems to
- have a problem with this file
-
-Thu Nov 23 14:51:05 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * tao/Makefile.am:
-
- Regenerated.
-
-Thu Nov 23 14:20:33 UTC 2006 Simon McQueen <sm@prismtech.com>
-
- * orbsvcs/orbsvcs/IFRService/IFR_Service_Loader.cpp:
-
- (Hopefully) fix Borland warning.
-
-Thu Nov 23 14:15:47 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * orbsvcs/orbsvcs/Makefile.am:
-
- Regenerated.
-
- * orbsvcs/orbsvcs/CosEvent.mpc:
-
- Removed *S_T.inl files from the Inline_Files section.
-
-Thu Nov 23 13:08:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tao/tao.mpc:
- Readded -Gse again
-
- * TAO_IDL/be/be_codegen.cpp:
- Fixed wrong comment in A.h generation
-
- * TAO_IDL/be/be_interface.cpp:
- Const improvement
-
- * TAO_IDL/be/be_visitor_component/component_cs.cpp:
- Removed some unneeded c-style casts
-
- * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
- Small code change to define the local variable and assign
- it on the same line.
-
- * TAO_IDL/be/be_visitor_template_export.cpp:
- Added special handling for octet/wstring and string sequences.
- Removed generation of long comment why we explicitly
- export the base templates, not usefull in generated code
-
- * TAO_IDL/util/utl_global.cpp:
- Removed spaces.
-
- * tao/PolicyC.cpp:
- Removed not needed Borland pragma option
-
-Thu Nov 23 12:01:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tao/tao.mpc:
- Removed -Gse for the sequence files, causes some problems
- on the scoreboard.
-
-Thu Nov 23 11:11:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * Release:
- Changed TAO_ACE* to TAO_*mwc. That prevents that the TAO_ACE*.sln
- files are added twice to the tar archive. This fixes bug 2680
-
-Thu Nov 23 10:57:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tests/Bug_2669_Regression/Child.idl:
- * tests/Bug_2669_Regression/client.cpp:
- Added a regression for bug 2714 which hasn't been fixed yet.
-
-Thu Nov 23 07:41:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tao/tao.mpc:
- Simplified the idlflags to put the common flags for all pidl files
- at the top of this file. Added regeneration of OctetSeq.pidl
- and UShortSeq.pidl, these can now be regenerated using the new
- -Gse option which is enabled for all sequence files
-
- * tao/OctetSeqC.{h,cpp}:
- * tao/UShortSeqC.{h,cpp}:
- * tao/OctetSeqS.h:
- * tao/UShortSeqS.h:
- * tao/AnyTypeCode/OctetSeqA.{h,cpp}:
- * tao/AnyTypeCode/UShortSeqA.{h,cpp}:
- * tao/diffs/OctetSeq.diff:
- * tao/diffs/UShortSeq.diff:
- Removed all these files, they are not regenerated as part of the
- build.
-
- * tao/OctetSeq.pidl:
- * tao/UShortSeq.pidl:
- Removed remark about applying a diff
-
-Thu Nov 23 06:47:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc:
- Also don't build the server when ace_for_tao is enabled
-
- * performance-tests/Cubit/TAO/DII_Cubit/DII_Cubit.mpc:
- Don't build in ace_for_tao
-
-Thu Nov 23 03:20:04 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * orbsvcs/orbsvcs/Makefile.am:
-
- Regenerated.
-
- * orbsvcs/orbsvcs/CosTrading.mpc:
- * orbsvcs/orbsvcs/RTEventLogAdmin.mpc:
- * orbsvcs/orbsvcs/CosNotification.mpc:
- * orbsvcs/orbsvcs/DsNotifyLogAdmin.mpc:
- * orbsvcs/orbsvcs/DsLogAdmin.mpc:
- * orbsvcs/orbsvcs/CosNaming_Skel.mpc:
- * orbsvcs/orbsvcs/DsEventLogAdmin.mpc:
- * orbsvcs/orbsvcs/CosProperty.mpc:
-
- Removed *S_T.* files from the Header_Files, Inline_Files, and
- Template_Files sections, cooresponding to the recent change to
- orbsvcslib.mpb which removed -GT from the command line options
- passed to tao_idl.
-
-Thu Nov 23 01:05:04 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * orbsvcs/Logging_Service/Notify_Logging_Service/Notify_Logging_Service.cpp:
- Fix typo in ACE_Get_Opt option specification which made it
- impossible to specify the number of threads.
-
-Wed Nov 22 22:20:12 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * TAO_IDL/Makefile.am:
-
- Regenerated.
-
-Wed Nov 22 20:29:03 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * orbsvcs/orbsvcs/Makefile.am:
-
- Regenerated.
-
-Wed Nov 22 20:18:50 UTC 2006 Jeff Parsons <j.parsons@vanderbilt.edu>
-
- * TAO_IDL/be/be_visitor_template_export.cpp:
- * TAO_IDL/be_include/be_visitor_template_export.h:
-
- New files, defining a new visitor that optionally
- generates an explicit export of the template base class
- of the C++ class generated for an IDL sequence. This
- visitor is triggered by the new command line option
- described below, and is intended as a workaround for a
- bug in Visual Studio. This fixes bugzilla 2703.
-
- * TAO_IDL/be/be_visitor_root.cpp:
- * TAO_IDL/be/be_visitor_root/root.cpp:
- * TAO_IDL/be/be_global.cpp:
- * TAO_IDL/be_include/be_global.h:
-
- - Added new command line option -Gse that will trigger the
- generation of an explicit export described above.
-
- - Fixed call to lookup_by_name() when it is used to locate
- CCMObject in the AST and store it for future access in
- the backend global data class. An additional argument
- was recently added to lookup_by_name() and should have
- been used in this call but wasn't. Thanks to Johnny
- Willemsen <jwillemsen@remedy.nl> for reporting the
- resulting incorrect code generation in the copy
- constructor for components. This fixes bugzilla 2724.
-
- * TAO_IDL/be/be_interface.cpp:
-
- Cosmetic changes.
-
- * docs/releasenotes/index.html:
- * docs/compiler.html:
-
- Updated IDL compiler documentation with the new command line
- option.
-
-Wed Nov 22 19:17:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * orbsvcs/orbsvcs/CosEvent.mpc:
- * orbsvcs/orbsvcs/RTEvent.mpc:
- Add -GT to the idlflags because we have some examples that use
- the TIE files from these services
-
-Wed Nov 22 18:50:59 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * orbsvcs/orbsvcs/Log/Log_i.cpp:
-
- Now the infinate recursion problem has been resolved, we invoke
- TAO_LogMgr_i::create_log_reference() from TAO_Log_i::init() and
- stash it away in a member variable. This allows us to remove
- the code that lazily obtained the object reference within the
- active data path of the server.
-
- * orbsvcs/orbsvcs/Log/LogMgr_i.cpp:
-
- Changed TAO_LogMgr_i::create_log_reference() to use
- _unchecked_narrow() while narrowing the object reference. This
- avoids the infinite recursion which occured with _narrow() when
- this was called by the servant activator's incarnate() method.
-
-
-Wed Nov 22 18:48:02 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * orbsvcs/orbsvcs/Log/Hash_LogRecordStore.cpp:
-
- Remove extraneous ACE_DEBUG's in destructor.
-
-Wed Nov 22 18:42:53 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * orbsvcs/examples/Log/Event/run_test.pl:
- * orbsvcs/examples/Log/RTEvent/run_test.pl:
- * orbsvcs/examples/Log/Notify/run_test.pl:
-
- Increase timeout so that test passes on slower systems.
-
-Wed Nov 22 15:38:40 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * tao/Version.h:
-
- Remove extraneous whitespace from TAO_VERSION macro definition.
-
-Wed Nov 22 15:14:51 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * orbsvcs/orbsvcs/Makefile.am:
- * orbsvcs/performance-tests/RTEvent/lib/Makefile.am:
- * orbsvcs/performance-tests/RTEvent/RTCORBA_Callback/Makefile.am:
- * orbsvcs/performance-tests/RTEvent/RTCORBA_Baseline/Makefile.am:
- * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/Makefile.am:
- * orbsvcs/tests/Event/Makefile.am:
- * orbsvcs/tests/Simple_Naming/Makefile.am:
- * orbsvcs/tests/ImplRepo/Makefile.am:
- * orbsvcs/tests/EC_Custom_Marshal/Makefile.am:
- * orbsvcs/tests/Trading/Makefile.am:
- * orbsvcs/tests/BiDir_CORBALOC/Makefile.am:
- * orbsvcs/tests/Bug_2377_Regression/Makefile.am:
- * orbsvcs/tests/Security/ssliop_corbaloc/Makefile.am:
- * orbsvcs/tests/Redundant_Naming/Makefile.am:
- * orbsvcs/tests/Interoperable_Naming/Makefile.am:
- * orbsvcs/tests/Notify/performance-tests/Throughput/Makefile.am:
- * orbsvcs/tests/Notify/lib/Makefile.am:
- * orbsvcs/tests/FT_App/Makefile.am:
- * orbsvcs/tests/LoadBalancing/GenericFactory/Manage_Object_Group/Makefile.am:
- * orbsvcs/ImplRepo_Service/Makefile.am:
- * orbsvcs/examples/CosEC/TypedSimple/Makefile.am:
- * orbsvcs/examples/CosEC/Factory/Makefile.am:
- * orbsvcs/examples/LoadBalancing/Makefile.am:
- * tao/Makefile.am:
- * docs/tutorials/Quoter/idl/Makefile.am:
- * performance-tests/Sequence_Latency/DSI/Makefile.am:
- * performance-tests/Sequence_Latency/Deferred/Makefile.am:
- * performance-tests/Sequence_Latency/Thread_Pool/Makefile.am:
- * performance-tests/Sequence_Latency/Single_Threaded/Makefile.am:
- * performance-tests/Sequence_Latency/DII/Makefile.am:
- * performance-tests/Sequence_Latency/AMH_Single_Threaded/Makefile.am:
- * performance-tests/Sequence_Latency/AMI/Makefile.am:
- * performance-tests/Sequence_Latency/Thread_Per_Connection/Makefile.am:
- * performance-tests/RTCorba/Multiple_Endpoints/Single_Endpoint/Makefile.am:
- * performance-tests/RTCorba/Multiple_Endpoints/Orb_Per_Priority/Makefile.am:
- * performance-tests/Callback/Makefile.am:
- * performance-tests/Latency/DSI/Makefile.am:
- * performance-tests/Latency/Deferred/Makefile.am:
- * performance-tests/Latency/Thread_Pool/Makefile.am:
- * performance-tests/Latency/Single_Threaded/Makefile.am:
- * performance-tests/Latency/DII/Makefile.am:
- * performance-tests/Latency/AMH_Single_Threaded/Makefile.am:
- * performance-tests/Latency/AMI/Makefile.am:
- * performance-tests/Latency/Thread_Per_Connection/Makefile.am:
- * performance-tests/Cubit/TAO/MT_Cubit/Makefile.am:
- * performance-tests/Cubit/TAO/DII_Cubit/Makefile.am:
- * performance-tests/Cubit/TAO/IDL_Cubit/Makefile.am:
- * performance-tests/Throughput/Makefile.am:
- * examples/POA/TIE/Makefile.am:
- * examples/Kokyu_dsrt_schedulers/Makefile.am:
- * examples/RTScheduling/Fixed_Priority_Scheduler/Makefile.am:
- * examples/RTScheduling/MIF_Scheduler/Makefile.am:
- * examples/CSD_Strategy/ThreadPool6/Makefile.am:
- * examples/RTCORBA/Activity/Makefile.am:
- * examples/AMH/Sink_Server/Makefile.am:
- * examples/mfc/Makefile.am:
- * examples/AMI/FL_Callback/Makefile.am:
- * examples/PluggableUDP/tests/Basic/Makefile.am:
- * examples/PluggableUDP/tests/Performance/Makefile.am:
- * examples/PluggableUDP/tests/SimplePerformance/Makefile.am:
-
- Regenerated.
-
-Wed Nov 22 12:34:29 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
-
- * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicy_i.cpp:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicy_i.inl:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ServerService_Activate.cpp:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ServerORBInitializer.cpp:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ServerPolicyFactory.h:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ClientService_Activate.h:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicyFactory.cpp:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ClientORBInitializer.h:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ServerPolicy_i.inl:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicy_i.h:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ServerService_Activate.h:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ServerPolicyFactory.cpp:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ClientService_Activate.cpp:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ServerORBInitializer.h:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ClientPolicyFactory.h:
- * orbsvcs/orbsvcs/FaultTolerance/FT_ServerPolicy_i.h:
- * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.cpp:
- * orbsvcs/FT_ReplicationManager/FT_ReplicationManagerFaultAnalyzer.h:
- * orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.cpp:
- * orbsvcs/FT_ReplicationManager/FT_FaultEventDescriptor.h:
- * orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.cpp:
- * orbsvcs/FT_ReplicationManager/FT_FaultAnalyzer.h:
- * orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.cpp:
- * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.cpp:
- * orbsvcs/FT_ReplicationManager/FT_DefaultFaultAnalyzer.h:
- * orbsvcs/FT_ReplicationManager/FT_FaultConsumer.h:
- * orbsvcs/tests/Bug_2137_Regression/README:
- * orbsvcs/tests/Bug_2137_Regression/client.cpp:
- * orbsvcs/tests/Bug_2137_Regression/Bug_2137_Regression.mpc:
- * orbsvcs/tests/Bug_2248_Regression/Server_Request_Interceptor.h:
- * orbsvcs/tests/Bug_2248_Regression/test.idl:
- * orbsvcs/tests/Bug_2248_Regression/server.cpp:
- * orbsvcs/tests/Bug_2248_Regression/Server_ORBInitializer.cpp:
- * orbsvcs/tests/Bug_2248_Regression/README:
- * orbsvcs/tests/Bug_2248_Regression/client.cpp:
- * orbsvcs/tests/Bug_2248_Regression/Server_ORBInitializer.h:
- * orbsvcs/tests/Bug_2248_Regression/client.h:
- * orbsvcs/tests/Bug_2248_Regression/test_i.cpp:
- * orbsvcs/tests/Bug_2248_Regression/tests.idl:
- * orbsvcs/tests/Bug_2248_Regression/Bug_2248_Regression.mpc:
- * orbsvcs/tests/Bug_2248_Regression/Client_i.h:
- * orbsvcs/tests/Bug_2248_Regression/test_i.h:
- * orbsvcs/tests/Bug_2248_Regression/Server_Request_Interceptor.cpp:
- * orbsvcs/tests/Bug_2247_Regression/Manager.h:
- * orbsvcs/tests/Bug_2247_Regression/test.idl:
- * orbsvcs/tests/Bug_2247_Regression/server.cpp:
- * orbsvcs/tests/Bug_2247_Regression/test_i.cpp:
- * orbsvcs/tests/Bug_2247_Regression/Bug_2247_Regression.mpc:
- * orbsvcs/tests/Bug_2247_Regression/Manager.cpp:
- * orbsvcs/tests/Bug_2247_Regression/Client_i.h:
- * orbsvcs/tests/Bug_2247_Regression/README:
- * orbsvcs/tests/Bug_2247_Regression/test_i.h:
- * orbsvcs/tests/FT_App/FT_ReplicationManagerController.cpp:
- * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.cpp:
- * orbsvcs/tests/FT_App/ReplicationManagerFaultConsumerAdapter.h:
- * orbsvcs/Logging_Service/Event_Logging_Service/README:
- * orbsvcs/Logging_Service/RTEvent_Logging_Service/README:
- * orbsvcs/Logging_Service/Notify_Logging_Service/README:
- * tao/PortableServer/Servant_var.inl:
- * tao/PortableServer/Servant_var.cpp:
- * tao/PortableServer/Servant_var.h:
- * tao/Incoming_Message_Stack.inl:
- * tao/Incoming_Message_Stack.h:
- * tests/Bug_2222_Regression/test.cpp:
- * tests/Bug_2222_Regression/Bug_2222_Regression.mpc:
- * tests/Bug_2222_Regression/TestCase.idl:
- * tests/Bug_2222_Regression/TestType.idl:
- * tests/Bug_2144_Regression/test.cpp:
- * tests/Bug_2144_Regression/Bug_2144_Regression.mpc:
- * tests/Bug_2144_Regression/test.idl:
- * tests/Bug_2144_Regression/README:
- * tests/QtTests/client.cpp:
- * tests/QtTests/client.h:
- * tests/QtTests/test.idl:
- * tests/QtTests/server.cpp:
- * tests/QtTests/test_i.cpp:
- * tests/QtTests/test_i.h:
- * tests/Bug_2375_Regression/test.cpp:
- * tests/Bug_2375_Regression/test.idl:
- * tests/Bug_2375_Regression/Bug_2375_Regression.mpc:
- * tests/Bug_2375_Regression/README:
- * tests/Bug_1812_Regression/test.cpp:
- * tests/Bug_1812_Regression/Bug_1812_Regession.mpc:
- * tests/Bug_1812_Regression/Test.idl:
- * tests/MProfile_Forwarding/Servant_Locator.cpp:
- * tests/MProfile_Forwarding/test.idl:
- * tests/MProfile_Forwarding/server.cpp:
- * tests/MProfile_Forwarding/test_i.inl:
- * tests/MProfile_Forwarding/Servant_Locator.h:
- * tests/Permanent_Forward/Permanent_Forward.mpc:
- * tests/Permanent_Forward/README:
- * tests/Permanent_Forward/StubTest.cpp:
- * tests/ICMG_Any_Bug/client.cpp:
- * tests/ICMG_Any_Bug/HelloWorld.h:
- * tests/ICMG_Any_Bug/Hello.cpp:
- * tests/ICMG_Any_Bug/server.cpp:
- * tests/ICMG_Any_Bug/Hello.h:
- * tests/Bug_2183_Regression/client.cpp:
- * tests/Bug_2183_Regression/Hello.cpp:
- * tests/Bug_2183_Regression/Test.idl:
- * tests/Bug_2183_Regression/server.cpp:
- * tests/Bug_2183_Regression/Bug_2183_Regression.mpc:
- * tests/Bug_2183_Regression/Hello.h:
- * tests/Bug_2183_Regression/README:
- * tests/IDL_Test/array_only.idl:
- * tests/Bug_1813_Regression/test.cpp:
- * tests/Bug_1813_Regression/Bug_1813_Regession.mpc:
- * tests/Bug_1813_Regression/Test.idl:
- * examples/RTCORBA/Activity/Job.idl:
- * examples/RTCORBA/Activity/README:
- * examples/Load_Balancing_persistent/Identity_i.cpp:
- * examples/Load_Balancing_persistent/Load_Balancing_Service.h:
- * examples/Load_Balancing_persistent/Identity_i.h:
- * examples/Load_Balancing_persistent/README:
- * examples/Load_Balancing_persistent/Load_Balancer_i.cpp:
- * examples/Load_Balancing_persistent/Identity.idl:
- * examples/Load_Balancing_persistent/Identity_Server.cpp:
- * examples/Load_Balancing_persistent/Load_Balancer_i.h:
- * examples/Load_Balancing_persistent/Identity_Server.h:
- * examples/Load_Balancing_persistent/Identity_Client.cpp:
- * examples/Load_Balancing_persistent/Identity_Client.h:
- * examples/Load_Balancing_persistent/Load_Balancer.idl:
- * examples/Load_Balancing_persistent/Load_Balancing_Service.cpp:
-
- Removed svn:executable property.
-
-Wed Nov 22 11:51:49 UTC 2006 Simon McQueen <sm@prismtech.com>
-
- * orbsvcs/IFR_Service/IFR_Server.cpp:
- * orbsvcs/IFR_Service/IFR_Service.cpp:
- * orbsvcs/orbsvcs/IFRService/IFR_Service_Loader.cpp:
- * orbsvcs/orbsvcs/IFRService/Options.cpp:
-
- Make IFR exit when it receives an invalid startup option and improve
- usage message. Fixes bugzilla #2720.
-
-Wed Nov 22 11:39:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tao/FlResource/FlResource_Factory.cpp:
- * tao/FlResource/FlResource_Factory.h:
- * tao/QtResource/QtResource_Factory.cpp:
- * tao/QtResource/QtResource_Factory.h:
- * tao/TkResource/TkResource_Factory.cpp:
- * tao/TkResource/TkResource_Factory.h:
- * tao/XtResource/XtResource_Factory.cpp:
- * tao/XtResource/XtResource_Factory.h:
- Updated these files because the reactors they use are moved
- to their own directories in ACE.
-
-Wed Nov 22 10:54:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * tao/Strategies.mpc:
- Now build with ace_for_tao but derive from core_strategies
-
- * tao/tao.mpc:
- Added new HTTP files and moved all sequence.pidl files to one
- group because soon they all will get a special tao_idl argument
- to be used.
-
- * tao/TAO_Internal.cpp:
- * tao/default_resource.cpp:
- Added HTTP
-
- * tao/GUIResource_Factory.{h,cpp}:
- Changed dynamically_allocated_reactor to bool
-
- * tao/ORB_Core.{h,cpp,inl}:
- Changed has_shutdown to a real bool
-
- * tao/Valuetype/ValueBase.h:
- Doxygen improvement
-
-Wed Nov 22 10:23:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * performance-tests/Callback/Callback.mpc:
- * performance-tests/Cubit/TAO/IDL_Cubit/IDL_Cubit.mpc:
- * performance-tests/Cubit/TAO/MT_Cubit/MT_Cubit.mpc:
- * performance-tests/Latency/AMH_Single_Threaded/Single_Threaded.mpc:
- * performance-tests/Latency/Collocation/Collocation.mpc:
- * performance-tests/Latency/Deferred/Deferred.mpc:
- * performance-tests/Latency/DII/DII.mpc:
- * performance-tests/Latency/DSI/DSI.mpc:
- * performance-tests/Latency/Single_Threaded/Single_Threaded.mpc:
- * performance-tests/Sequence_Latency/AMH_Single_Threaded/Single_Threaded.mpc:
- * performance-tests/Sequence_Latency/Deferred/Deferred.mpc:
- * performance-tests/Sequence_Latency/DII/DII.mpc:
- * performance-tests/Sequence_Latency/DSI/DSI.mpc:
- * performance-tests/Sequence_Latency/Single_Threaded/Single_Threaded.mpc:
- * orbsvcs/performance-tests/LoadBalancing/LBPerf/RPS/LoadBalancing.mpc:
- Explicitly add avoids += ace_for_tao to these projects. At this
- moment they are not build because the strategies library is not
- available with ace_for_tao, but this is something I will change
- but besides strategies these projects do use some ACE classes
- which are not available in the ace_for_tao configuration
-
- * orbsvcs/orbsvcs/Event/ECG_CDR_Message_Receiver.cpp:
- Const improvement
-
- * orbsvcs/tests/Event/UDP/Consumer.cpp:
- * orbsvcs/tests/Event/UDP/receiver.cpp:
- * orbsvcs/tests/Event/UDP/Supplier.cpp:
- * orbsvcs/tests/Event/UDP/Supplier.h:
- * orbsvcs/tests/Event/UDP/Test.idl:
- Extended this test and reproduced the bug we had in CIAO. This
- test now will fail until Jeff Parsons commits some related
- valuetype changes.
-
-Wed Nov 22 10:17:12 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-
- * Release:
- Removed dsw files
-
- * docs/ORBEndpoint.html:
- Added reuse_addr to the list of options, request has been made
- to OCI to check and extend the documentation of this option
- which has been available starting TAO 1.4.8
-
- * TAO_IDL/be/be_codegen.cpp:
- Removed check for IFR_Client, we do have an empty A.h file for
- the IFR_Client files now
-
- * TAO_IDL/be/be_global.cpp:
- Updated help of -GA
-
- * tao/AnyTypeCode/NVList.cpp:
- Use true/false
-
- * tao/HTTP_Client.{h,cpp}:
- * tao/HTTP_Handler.{h,cpp}:
- * tao/HTTP_Parser.{h,cpp}:
- New files to support http:/ as IOR format. Fixes bugzilla bugs
- 2670 and 372
-
- * tao/IIOP_Acceptor.cpp:
- Removed check for priority, that is gone already a long time and
- this takes footprint.
-
- * tao/Stub.cpp:
- Const changes and removed TAO_Synchronous_Cancellation_Required which
- doesn't seem used at all.
-
Mon Nov 20 08:16:34 2006 Simon McQueen <sm@prismtech.com>
* TAO version 1.5.4 released.