summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog
blob: 3e56d16433a3a476bf61068ee67bd27ef5afc26a (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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
Wed Nov 22 20:39:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Dynamic_Component_Servant_Base.h:
          Removed the character c from the first line which drove the
          compilers really crazy

Wed Nov 22 19:31:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Home.idl:
        * ciao/CCM_Object.idl:
          Moved CCMHome to CCMObject, when these are in seperate files
          the generated code for components is not correct. We want to have
          these interfaces in seperate files but we can sort out this
          later.

Wed Nov 22 14:45:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/Dynamic_Component_Servant_Base.h:
          Fixed pragme once warning

Wed Nov 22 11:05:12 2006  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/CCM_Base.idl
        * ciao/CCM_CCM2Context.idl
        * ciao/CCM_CCMException.idl
        * ciao/CCM_Component.idl
        * ciao/CCM_Configurator.idl
        * ciao/CCM_Container.idl
        * ciao/CCM_Container_Ex.idl
        * ciao/CCM_Context.idl
        * ciao/CCM_Cookie.idl
        * ciao/CCM_Core.mpc
        * ciao/CCM_EnterpriseComponent.idl
        * ciao/CCM_EntityComponent.idl
        * ciao/CCM_EntityContext.idl
        * ciao/CCM_Enumeration.idl
        * ciao/CCM_Event.idl
        * ciao/CCM_Home.idl
        * ciao/CCM_HomeConfigurator.idl
        * ciao/CCM_HomeExecutorBase.idl
        * ciao/CCM_HomeFinder.idl
        * ciao/CCM_HomeRegistration.idl
        * ciao/CCM_KeylessCCMHome.idl
        * ciao/CCM_Navigation.idl
        * ciao/CCM_Object.idl
        * ciao/CCM_ProxyHomeRegistration.idl
        * ciao/CCM_Receptacle.idl
        * ciao/CCM_Session2Context.idl
        * ciao/CCM_SessionSynchronization.idl
        * ciao/CCM_StandardConfigurator.idl
        * ciao/Client_init.cpp
        * ciao/Components.idl
        * ciao/Cookies.h
        * ciao/CosPersistentState.idl
        * ciao/Deployment.idl
        * ciao/Deployment_Application.idl
        * ciao/Deployment_Base.idl
        * ciao/Deployment_Connection.idl
        * ciao/Deployment_Core.idl
        * ciao/Deployment_Data.idl
        * ciao/Deployment_TargetData.idl
        * ciao/DomainApplicationManager.idl
        * ciao/Home_Servant_Impl_Base.h
        * ciao/NodeApplicationManager.idl
        * ciao/NodeManager.idl
        * ciao/Servant_Impl_Base.h
        * ciao/Servant_Impl_T.cpp
        * ciao/Server_init.cpp
        * ciao/StandardConfigurator_Impl.h
        * ciao/SwapExec.idl
        * ciao/Swapping_Servant_Home_Impl_Base.h
        * ciao/Target_Data.idl
        * ciao/TargetManager.idl
        * ciao/UpgradeableContext.idl
          Splitted the huge idl files into smaller parts. The CCM files are almost done,
          the Deployment files do need some more iterations to get smaller files that
          contain an interface with the types they need. This way the linker can optimize
          objects out during a static compilation

        * ciao/CIAO_Value.idl:
        * ciao/Container_Base.pidl:
          Removed, not used at all

        * ciao/ComponentsC.h:
        * ciao/ComponentsS.h:
          Removed, will be generated by tao_idl

        * DAnCE/Interfaces/NodeManagerDaemon.idl
        * DAnCE/NodeApplicationManager/Containers_Info_Map.h
        * DAnCE/NodeManager/MonitorController.h
        * DAnCE/TargetManager/CmpClient.cpp
        * DAnCE/TargetManager/DomainDataManager.h
        * DAnCE/TargetManager/DomainEvents.idl
        * DAnCE/TargetManager/TargetManager.cidl
        * DAnCE/TargetManager/TargetManager.mpc
        * tools/Config_Handlers/DD_Handler.cpp
        * tools/Config_Handlers/DnC_Dump.h
        * examples/Hello/Sender/starter.cpp
          Updated because of rename above

        * DAnCE/TargetManager/TargetManager.idl:
          Renamed to TargetManagerImpl.idl, this is the interface
          it contains.

        * DAnCE/NodeApplication/Container_Impl.cpp
        * DAnCE/NodeApplication/Container_Impl.h
          Removed get_homes(), it is not in the base idl

        * examples/Display/Display_Base/Display_Base.mpc
        * examples/Display/GPS/GPS.mpc
        * examples/Display/NavDisplay/NavDisplay.mpc
        * examples/Display/RateGen/RateGen.mpc
        * RACE/common/RACE_common.mpc
        * RACE/Input_Adapters/Base/Input_Adapter.mpc
        * RACE/Input_Adapters/Interactive_Input_Adapter/Interactive_Input_Adapter.mpc
        * RACE/Output_Adapters/Base/Output_Adapter.mpc
        * RACE/Output_Adapters/Interface/Output_Adapter_Interface.mpc
        * RACE/Plan_Analyzer/Component/Plan_Analyzer.mpc
        * RACE/Plan_Analyzer/Interface/Plan_Analyzer_Interface.mpc
        * RACE/Planner_Manager/Component/Planner_Manager.mpc
        * RACE/Planner_Manager/Interface/Planner_Manager_Interface.mpc
        * RACE/Planners/Base/Planner.mpc
        * RACE/Planners/Interface/Planner_Interface.mpc
        * RACE/Planners/SimpleBinPacker/SimpleBinPacker.mpc
        * tests/IDL3/ImpliedIDL/All/all.mpc
        * tests/IDL3/Lookup/lookup_test.mpc
        * tests/Minimum/Minimum_Base/Minimum.mpc
        * tests/Minimum/Receiver/Receiver.mpc
        * tests/Minimum/Sender/Sender.mpc
          Simplified these mpc files, the -GT option is not added by
          orbsvcslib anymore and -Sc is deprecated

        * tests/IDL3/Events/Any/main.cpp:
        * tests/IDL3/Events/Any/README:
        * tests/IDL3/Events/Any/run_test.pl:
          Updated this test to reproduce a problem with valuetype
          insertion into an any. This test will now fail until
          Jeff Parsons commits some idl compiler changes

Mon Nov 20 08:16:34 2006  Simon McQueen  <sm@prismtech.com>

        * CIAO version 0.5.4 released.

Local Variables:
mode: change-log
add-log-time-format: (lambda () (progn (setq tz (getenv "TZ")) (set-time-zone-rule "UTC") (setq time (format-time-string "%a %b %e %H:%M:%S %Z %Y" (current-time))) (set-time-zone-rule tz) time))
indent-tabs-mode: nil
End: