summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
blob: bc94c4d03c34dce9655d4937ced7ba695d2bb632 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
Mon Jan  3 17:04:26 2005  J.T. Conklin  <jtc@acorntoolworks.com>

	* tao/Makefile.am:

	  Generate pkg-config *.pc files from templates.

	* tao/BiDir_GIOP/TAO_BiDirGIOP.pc.in:
	* tao/Domain/TAO_Domain.pc.in:
	* tao/DynamicAny/TAO_DynamicAny.pc.in:
	* tao/DynamicInterface/TAO_DynamicInterface.pc.in:
	* tao/IFR_Client/TAO_IFR_Client.pc.in:
	* tao/IORInterceptor/TAO_IORInterceptor.pc.in:
	* tao/IORManipulation/TAO_IORManip.pc.in:
	* tao/IORTable/TAO_IORTable.pc.in:
	* tao/Messaging/TAO_Messaging.pc.in:
	* tao/ObjRefTemplate/TAO_ObjRefTemplate.pc.in:
	* tao/PortableServer/TAO_PortableServer.pc.in:
	* tao/RTCORBA/TAO_RTCORBA.pc.in:
	* tao/RTPortableServer/TAO_RTPortableServer.pc.in:
	* tao/RTScheduling/TAO_RTScheduler.pc.in:
	* tao/SmartProxies/TAO_SmartProxies.pc.in:
	* tao/Strategies/TAO_Strategies.pc.in:
	* tao/TAO.pc.in:
	* tao/TAO_Utils.pc.in:
	* tao/TypeCodeFactory/TAO_TypeCodeFactory.pc.in:
	* tao/Valuetype/TAO_Valuetype.pc.in:

	  New files, pkg-config *.pc templates.

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: