summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: 2944536a0c74a1e371fc7b317f41392486576215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
Mon Jan  3 11:31:35 2005  Dale Wilson  <wilson_d@ociweb.com>

        * NEWS:
          Additional info on Notification Service changes.

Mon Jan  3 14:56:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IIOP_Connection_Handler.cpp (open):
          Added missing space in debug statement to get the same format as
          used in the other debug messages

Mon Jan  3 08:02:33 2005  Douglas C. Schmidt  <schmidt@cs.wustl.edu>

        * orbsvcs/examples/FaultTolerance/RolyPoly: Changed the use of
          TMCast to ACE_TMCast.  Thanks to J.T. Conklin for pointing out
 	  the inconsistency.

Sun Jan  2 21:26:58 2005  Jeff Parsons <j.parsons@vanderbilt.edu>

        * TAO_IDL/driver/drv_preproc.cpp (DRV_cpp_init):

          Moved the location of the check for the preprocessor
          definition of TAO_IDL_INCLUDE_DIR to come after the
          checks for TAO_ROOT and ACE_ROOT. This move changes
          the logic so the environment variable is used if it is
          set and TAO_IDL_INCLUDE_DIR is used otherwise, enabling
          the path to orb.idl to be found both during and after
          installation. Thanks to Ken Sedgwick <ken@bonsai.com>
          for supplying the patch.

Sun Jan  2 14:21:21 2005  Carlos O'Ryan  <coryan@atdesk.com>

        * tests/Sequence_Unit_Tests/unbounded_object_reference_sequence.hpp:
          Implement unbounded sequences of object references.

        * tests/Sequence_Unit_Tests/Sequence_Unit_Tests.mpc:
        * tests/Sequence_Unit_Tests/run_test.pl:
        * tests/Sequence_Unit_Tests/unbounded_object_reference_sequence_ut.cpp:
          Add a new unit test (still in progress) to test the object
          reference sequences.

        * tests/Sequence_Unit_Tests/generic_sequence.hpp:
          Fixed a performance bug in length(...), the sequence was
          reallocated and grown when not strictly needed.
          Document in more detail why some code is not exception-safe, and
          why it may not matter (applications that could depend on it are
          non-conforming.)

        * tests/Sequence_Unit_Tests/string_sequence_element.hpp:
          Add missing #include.

Sun Jan  2 12:44:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * orbsvcs/PSS/PSDL_Interface_Visitor.cpp:
        * orbsvcs/PSS/PSDL_Struct_Visitor.cpp:
        * orbsvcs/PSS/PSDL_Type_Dcl_Visitor.cpp:
          Removed generation of check for ACE_HAS_GNUG_PRE_2_8, this is not
          set anywhere anymore

Sat Jan  1 13:56:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/RTCORBA/Network_Priority_Mapping_Manager.h:
        * tao/RTCORBA/Priority_Mapping_Manager.h:
        * tao/RTScheduling/Current.h:
        * tao/RTScheduling/RTScheduler_Manager.h:
        * tao/Strategies/sciop_endpoints.h:
        * tao/Strategies/uiop_endpoints.h:
          Removed check for ACE_HAS_GNUG_PRE_2_8, this is not set anywhere
          anymore

Sat Jan  1 13:41:12 UTC 2005  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/IIOP_Endpoint.cpp:
          Updated formatting of some debug messages to match the other
          messages in TAO

        * tao/ORBInitInfo.h:
          Removed check for _MSC_VER >= 1200, this is always true, removed
          check for ACE_HAS_GNUG_PRE_2_8, this define is nowhere set and
          such old versions of GCC aren't usable anymore

        * tao/UTF16_BOM_Factory.cpp:
          Check argc before using argv[0], this can be unitialized memory
          under VxWorks.

        * TAO-INSTALL.html:
          Corrected e-mail address of the TAO mailing list

Fri Dec 31 22:10:51 2004  J.T. Conklin  <jtc@acorntoolworks.com>

        * orbsvcs/ImplRepo_Service/ImR_Locator_i.h:
        * orbsvcs/orbsvcs/Time_Utilities.cpp:
        * orbsvcs/orbsvcs/Notify/Buffering_Strategy.h:

          Changed #include "orbsvcs/orbsvcs/..." to #include "orbsvcs/..."
          in files where it was missed or was inadvertantly reintroduced.

Thu Dec 30 13:22:25 2004  Chris Cleeland  <cleeland@ociweb.com>

        * TAO version 1.4.3 released.

Local Variables:
add-log-time-format: current-time-string
End: