summaryrefslogtreecommitdiff
path: root/modules/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'modules/TAO/ChangeLog')
-rw-r--r--modules/TAO/ChangeLog51
1 files changed, 51 insertions, 0 deletions
diff --git a/modules/TAO/ChangeLog b/modules/TAO/ChangeLog
index bd47898e6cf..c17ac015617 100644
--- a/modules/TAO/ChangeLog
+++ b/modules/TAO/ChangeLog
@@ -1,3 +1,54 @@
+Mon May 3 21:39:09 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tests/Alt_Mapping/driver.h:
+ * tests/Alt_Mapping/options.h:
+ * tests/Alt_Mapping/ub_string.h:
+ * tests/Alt_Mapping/results.cpp:
+ * tests/Alt_Mapping/alt_mapping_i.cpp:
+ * tests/Alt_Mapping/server.cpp:
+ * tests/Alt_Mapping/results.h:
+ * tests/Alt_Mapping/tests.h:
+ * tests/Alt_Mapping/alt_mapping_i.h:
+ * tests/Alt_Mapping/README:
+ * tests/Alt_Mapping/client.cpp:
+ * tests/Alt_Mapping/helper.cpp:
+ * tests/Alt_Mapping/alt_mapping.idl:
+ * tests/Alt_Mapping/ub_struct_seq.cpp:
+ * tests/Alt_Mapping/client.h:
+ * tests/Alt_Mapping/helper.h:
+ * tests/Alt_Mapping/ub_struct_seq.h:
+ * tests/Alt_Mapping/alt_mapping.mpc:
+ * tests/Alt_Mapping/options.cpp:
+ * tests/Alt_Mapping/driver.cpp:
+ * tests/Alt_Mapping/run_test.pl:
+ * tests/Alt_Mapping/ub_string.cpp:
+
+ New test for alternate C++ mapping support.
+ Currently supports unbounded strings and
+ tests unbounded sequence of simple structs.
+
+ * TAO_IDL/be/be_visitor_arg_traits.cpp:
+ * TAO_IDL/be/be_visitor_argument/arglist.cpp:
+ * TAO_IDL/be/be_visitor_operation/arglist.cpp:
+ * TAO_IDL/be/be_visitor_operation/rettype.cpp:
+ * TAO_IDL/be/be_visitor_operation/operation.cpp:
+ * TAO_IDL/be/be_visitor_operation/operation_ss.cpp:
+ * TAO_IDL/be/be_codegen.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_ch.cpp:
+ * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_sequence/sequence_cs.cpp:
+ * TAO_IDL/be/be_sequence.cpp:
+ * tao/Vector_Argument_T.inl:
+ * tao/AnyTypeCode/Any.cpp:
+ * tao/PortableServer/Vector_SArgument_T.inl:
+ * tao/PortableServer/Vector_SArgument_T.cpp:
+ * tao/PortableServer/Vector_SArgument_T.h:
+ * tao/Vector_Argument_T.h:
+ * tao/Fixed_Size_Argument_T.h:
+
+ More tweaks to fully automate the generation of
+ correct code for the alternate C++ mapping.
+
Mon Apr 12 19:30:47 UTC 2010 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_codegen.cpp: