summaryrefslogtreecommitdiff
path: root/CIAO
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO')
-rw-r--r--CIAO/ChangeLog33
1 files changed, 19 insertions, 14 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index ee238b1d9f7..4889dc4e10c 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,7 +1,12 @@
+Wed Aug 8 13:41:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * performance-tests/Protocols/Sender/Sender_exec.cpp:
+ Added needed include due to refactoring
+
Wed Aug 8 07:03:33 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
* tools/IDL3_to_IDL2/identifier_helper.cpp (original_local_name):
-
+
To the code that removes a prepended '_cxx_' from an indentifier,
added a check to make sure it was added automatically to avoid
a C++ keyword clash, and not by the user.
@@ -11,21 +16,21 @@ Tue Aug 7 08:57:46 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
* tests/IDL3/ImpliedIDL/All/include.idl:
* tests/IDL3/ImpliedIDL/All/raw_include.idl:
* tests/IDL3/ImpliedIDL/All/pass_through.idl:
-
+
Added #ifndef guards.
Mon Aug 6 13:00:10 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
* tools/IDL3_to_IDL2/identifier_helper.cpp (orig_sn):
-
+
Fixed a problem with Borland BCB6 Pro not finding an implicit
- conversion from ACE_CString to char*.
+ conversion from ACE_CString to char*.
Fri Aug 3 07:40:11 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
* tools/IDL3_to_IDL2/README:
* tests/IDL3/ImpliedIDL/All/README:
-
+
Updated documentation in these directories.
Fri Aug 3 07:01:35 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
@@ -39,18 +44,18 @@ Fri Aug 3 07:01:35 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
* tools/IDL3_to_IDL2/idl3_to_idl2_visitor.cpp:
* tools/IDL3_to_IDL2/identifier_helper.h:
* tools/IDL3_to_IDL2/be_helper.h:
-
- - Changes incorporating enhancements by folks at Thales ATM to
+
+ - Changes incorporating enhancements by folks at Thales ATM to
better handle the mapping of escaped identifiers (masking
IDL keywords) and identifiers that are C++ keywords from
IDL3 to IDL2. Thanks to Hakim Souami
<hakim dot souami at thalesatm dot com> for leading this
effort.
-
+
- Further changes to build on those above by adding keyword
handling support for scoped names and component port names.
-
- - Addition of the capability, also from Thales ATM, to
+
+ - Addition of the capability, also from Thales ATM, to
optionally generate #includes of IDL files without the
addition of the default '_IDL2' suffix. This feature is
necessary when included IDL files aren't available for
@@ -62,16 +67,16 @@ Fri Aug 3 07:01:35 UTC 2007 Jeff Parsons <j.parsons@vanderbilt.edu>
feature uses a list of 'excluded' filenames in a text
file, the feature in this version uses a command line
option '-x <filename>' for each file to be excluded.
-
+
* tests/IDL3/ImpliedIDL/All/raw_include.idl:
* tests/IDL3/ImpliedIDL/All/keyword_clash.idl:
-
+
New files that expand the test coverage to include the new
festures described above.
-
+
* tests/IDL3/ImpliedIDL/All/all.mpc:
* tests/IDL3/ImpliedIDL/All/pass_through.idl:
-
+
Changes to existing test files to make use of the new files
listed above.