summaryrefslogtreecommitdiff
path: root/CIAO/ChangeLog
blob: ae1bddaf19005dd7f796df9c6725fa206feaa921 (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
Thu Oct 29 11:31:31 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * DAnCE/Logger/Log_Macros.h:
        * DAnCE/Logger/Logger_Service.h:
          Unicode fixes

Mon Oct 26 11:19:31 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * connectors/dds4ccm/docs/DDS for CCM FTF 22Oct09.doc:
        * connectors/dds4ccm/docs/DDS4CCM v1-0 batch5.odt:
          Latest version of the spec

Mon Oct 19 19:53:31 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
          Fixed vc71 error.

Fri Oct 16 08:52:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * etc/ciao_dds4ccm.doxygen:
          new doxygen file for dds4ccm

Fri Oct 16 07:43:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/ComponentServer/CIAO_Container_Impl.cpp:
        * ciao/ComponentServer/CIAO_ServerActivator_Impl.cpp:
        * ciao/Servants/Servant_Impl_Base.cpp:
          Small code improvements

        * ciao/ComponentServer/CIAO_ServerActivator_Impl.h:
          Doxygen changes, removed commented out namespace

        * ciao/Containers/Container_Base.h:
        * ciao/ComponentServer/Configurator_Factory.cpp
          Doxygen changes

        * ciao/Servants/Port_Activator.cpp:
        * ciao/Servants/Port_Activator.h:
        * ciao/Servants/Port_Activator.inl:
          Virtual functions shouldn't be in an inline file

        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:
          Fixed build error

Thu Oct 15 07:23:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tools/IDL3_to_IDL2/IDL3_to_IDL2.mpc:
        * tools/IDL3_to_XMI/IDL3_TO_XMI.mpc:
          Use tao_idl_fe

Wed Oct 14 07:54:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * docs/tutorials/Quoter/Simple/01.html:
          Updated link to MPC documentation

Tue Oct 13 18:55:48 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * NEWS:

          Updated with PlanLocality.

Tue Oct 13 18:38:21 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * CIAO/DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/SimpleProcessColocation_2.cdp:
        * CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/SimpleProcessColocation_Default.cdp:

          Additional testing and bugfixes.

Tue Oct 13 18:15:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * performance-tests/Benchmark/Benchmark_skel_export.h:
        * performance-tests/Benchmark/Benchmark_stub_export.h:
        * performance-tests/Benchmark/BenchmarkE.idl:
          Removed these files, they are generated as part of the build

Tue Oct 13 17:17:39 UTC 2009  William R. Otte  <wotte@dre.vanderbilt.edu>

        * DAnCE/Logger/Log_Macros.h:

          Fixed log message indenting with tracing enabled.

        * DAnCE/NodeApplication/NodeApplication_Impl.h:
        * DAnCE/NodeApplication/NodeApplication_Impl.cpp:
        * DAnCE/tests/CIAO/NodeManager-Deployments/SimpleProcessColocation.cdp:

          First pass planlocality support.

Tue Oct 13 06:32:48 UTC 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * ciao/ComponentServer/CIAO_ComponentServer.cpp
        * DAnCE/ExecutionManager/ExecutionManager_Module.cpp
        * DAnCE/NodeManager/Node_Manager_Module.cpp
        * DAnCE/NodeManager/NodeManager_Impl.cpp
        * DAnCE/NodeManager/NodeManager_Impl.h
        * DAnCE/RepositoryManager/repository_manager_admin_exec.cpp
        * DAnCE/RepositoryManager/Repository_Manager_Module.cpp
        * DAnCE/Starter/Starter.cpp
        * DAnCE/TargetManager/Target_Manager_Module.cpp
          Fixed compile warnings with PPC

Mon Oct 12 14:03:48 CDT 2009  Johnny Willemsen  <jwillemsen@remedy.nl>

        * CIAO version 0.7.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: