summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ChangeLogTag:Fri Oct 13 19:12:31 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-10-131-0/+1
|
* ChangeLogTag: Fri Oct 13 18:17:06 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-132-4/+2
|
* * TAO_IDL/be/be_visitor_argument/request_info_sh.cpp:parsons2000-10-131-0/+5
| | | | | | | | | | | Added missing 'const' to code generation of request info class private member declaration for simple predefined types. * TAO_IDL/include/ast_visitor.h: Removed unnecessary #if defined (IDL_HAS_VALUETYPE) guard around two pure virtual functions.
* * TAO_IDL/be/be_visitor_argument/request_info_sh.cpp:parsons2000-10-131-0/+8
| | | | | | Added missing 'const' to code generation of request info class private member declaration for simple predefined types.
* .Steve Huston2000-10-133-0/+36
|
* ChangeLogTag:Fri Oct 13 18:47:51 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-10-136-0/+6
|
* .Steve Huston2000-10-133-0/+24
|
* ChangeLogTag:Fri Oct 13 18:43:24 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-10-131-1/+1
|
* ChangeLogTag:Fri Oct 13 14:32:50 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-10-132-2/+11
|
* ChangeLogTag: Fri Oct 13 13:57:40 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-10-136-5/+89
|
* ChangeLogTag:Mon Oct 9 10:34:18 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-10-134-5/+25
|
* ChangeLogTag: Fri Oct 13 11:41:29 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-10-1314-163/+281
|
* ChangeLogTag: Fri Oct 13 13:21:06 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-131-2/+2
|
* * TAO_IDL/tao_idl.cpp:parsons2000-10-131-0/+9
| | | | | | | Added some missing commas in the functions that output the FE and BE version. Thanks to Craig Rodrigues <rodrigc@mediaone.net> for pointing this out and supplying a patch.
* ChangeLogTag: Fri Oct 13 11:43:56 2000 David L. Levine <levine@cs.wustl.edu>levine2000-10-134-7/+19
|
* ChangeLogTag: Fri Oct 13 11:39:54 2000 David L. Levine <levine@cs.wustl.edu>levine2000-10-134-38/+193
|
* Base V Paul <basev@wiproge.med.ge.com>parsons2000-10-131-0/+1
|
* ChangeLogTag: Fri Oct 13 11:27:03 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-132-18/+198
|
* * TAO_IDL/be/be_visitor_argument/request_info_arglist.cpp:parsons2000-10-131-0/+18
| | | | | | | | | | | | | | | | | * TAO_IDL/be/be_visitor_argument/request_info_ch.cpp: Added a check for an imported node along with all the other checks that are there to decide whether to generate the ACE_NESTED_CLASS macro or not for the members of the request info subclasses constructor signature and private member declaration. If the member is imported, the full scoped name should be generated on all platforms. Thanks to Base V Paul <basev@wiproge.med.ge.com> for reporting this bug. While I was there, I added the above decision branch to all the other applicable data types. It had been added piecemeal up to now, as bugs were reported.
* ChangeLogTag: Fri Oct 13 10:06:03 2000 Jeff Parsons <parsons@cs.wustl.edu>parsons2000-10-1361-173/+667
|
* * TAO_IDL/include/ast_visitor.h:parsons2000-10-131-0/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO_IDL/ast/ast_visitor.cpp: New files containing the abstract class ast_visitor. Anyone writing a pluggable back end for the IDl compiler and who wishes to have the visitors traverse the AST_<node> classes instead of the be_<node> classes can subclass this class. * TAO_IDL/Makefile.FE: * TAO_IDL/TAO_IDL_FE_DLL.dsp: * TAO_IDL/TAO_IDL_FE_LIB.dsp: * TAO_IDL/TAI_IDL_FE.bor: * TAO_IDL/ast/Makefile.am: Added the above new files to the Makefiles and to the MSVC projects. * TAO_IDL/ast/ast_argument.cpp: * TAO_IDL/ast/ast_array.cpp: * TAO_IDL/ast/ast_attribute.cpp: * TAO_IDL/ast/ast_constant.cpp: * TAO_IDL/ast/ast_decl.cpp: * TAO_IDL/ast/ast_enum.cpp: * TAO_IDL/ast/ast_enum_val.cpp: * TAO_IDL/ast/ast_exception.cpp: * TAO_IDL/ast/ast_expression.cpp: * TAO_IDL/ast/ast_field.cpp: * TAO_IDL/ast/ast_interface.cpp: * TAO_IDL/ast/ast_interface_fwd.cpp: * TAO_IDL/ast/ast_module.cpp: * TAO_IDL/ast/ast_native.cpp: * TAO_IDL/ast/ast_operation.cpp: * TAO_IDL/ast/ast_predefined_type.cpp: * TAO_IDL/ast/ast_root.cpp: * TAO_IDL/ast/ast_sequence.cpp: * TAO_IDL/ast/ast_string.cpp: * TAO_IDL/ast/ast_structure.cpp: * TAO_IDL/ast/ast_type.cpp: * TAO_IDL/ast/ast_typedef.cpp: * TAO_IDL/ast/ast_union.cpp: * TAO_IDL/ast/ast_union_branch.cpp: * TAO_IDL/ast/ast_union_label.cpp: * TAO_IDL/include/ast.h: * TAO_IDL/include/ast_argument.h: * TAO_IDL/include/ast_array.h: * TAO_IDL/include/ast_attribute.h: * TAO_IDL/include/ast_constant.h: * TAO_IDL/include/ast_decl.h: * TAO_IDL/include/ast_enum.h: * TAO_IDL/include/ast_enum_val.h: * TAO_IDL/include/ast_exception.h: * TAO_IDL/include/ast_expression.h: * TAO_IDL/include/ast_field.h: * TAO_IDL/include/ast_interface.h: * TAO_IDL/include/ast_interface_fwd.h: * TAO_IDL/include/ast_module.h: * TAO_IDL/include/ast_native.h: * TAO_IDL/include/ast_operation.h: * TAO_IDL/include/ast_predefined_type.h: * TAO_IDL/include/ast_root.h: * TAO_IDL/include/ast_sequence.h: * TAO_IDL/include/ast_string.h: * TAO_IDL/include/ast_structure.h: * TAO_IDL/include/ast_type.h: * TAO_IDL/include/ast_typedef.h: * TAO_IDL/include/ast_union.h: * TAO_IDL/include/ast_union_branch.h: * TAO_IDL/include/ast_union_label.h: * TAO_IDL/include/utl_scope.h: * TAO_IDL/util/utl_scope.cpp: Added virtual accept() method to the above classes, for use by the AST visitors. * TAO_IDL/be/be_argument.cpp: Cosmetic changes.
* ChangeLogTag: Fri 13 10:07:16 2000 Michael Kircher ↵mk12000-10-134-92/+23
| | | | <Michael.Kircher@mchp.siemens.de>
* ChangeLogTag: Fri Oct 13 06:28:57 2000 Balachandran Natarajan ↵bala2000-10-1311-17/+236
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Oct 13 06:26:18 2000 Balachandran Natarajan ↵bala2000-10-136-42/+64
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Oct 13 06:28:57 2000 Balachandran Natarajan ↵bala2000-10-138-12/+36
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Fri Oct 13 06:26:18 2000 Balachandran Natarajan ↵bala2000-10-137-5/+76
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Thu Oct 12 23:33:21 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-10-136-3/+24
|
* ChangeLogTag:Thu Oct 12 22:58:13 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-10-1312-436/+495
|
* Thu Oct 12 23:09:17 2000 Joe Hoffert <joeh@cs.wustl.edu>joeh2000-10-134-1/+25
|
* ChangeLogTag:Thu Oct 12 19:38:00 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-10-134-0/+261
|
* ChangeLogTag:Thu Oct 12 19:38:00 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-10-134-0/+279
|
* ChangeLogTag: Thu Oct 12 18:19:46 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-10-133-0/+818
|
* ChangeLogTag: Thu Oct 12 18:19:46 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-10-1368-4165/+6367
|
* ChangeLogTag: Thu Oct 12 18:14:16 2000 Phillip DiCorpo <dicorpo@cs.wustl.edu>dicorpo2000-10-125-35/+49
|
* ChangeLogTag:Thu Oct 12 15:41:46 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-10-124-22/+40
|
* ChangeLogTag:Thu Oct 12 15:40:51 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-10-125-4/+29
|
* *** empty log message ***Ossama Othman2000-10-121-1/+1
|
* ChangeLogTag:Thu Oct 12 14:24:03 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-10-1226-210/+472
|
* ChangeLogTag: Thu Oct 12 15:29:06 2000 Balachandran Natarajan ↵bala2000-10-126-31/+68
| | | | <bala@cs.wustl.edu>
* ChangeLogTag: Thu Oct 12 15:25:21 2000 Balachandran Natarajan ↵bala2000-10-122-5/+4
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Thu Oct 12 15:14:09 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-10-122-52/+57
|
* ChangeLogTag: Thu Oct 12 15:12:39 2000 Balachandran Natarajan ↵bala2000-10-12176-21942/+47221
| | | | <bala@cs.wustl.edu>
* ChangeLogTag:Thu Oct 12 14:31:13 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-10-123-22/+30
|
* ChangeLogTag:Thu Oct 12 13:16:05 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-10-1223-356/+1498
|
* *** empty log message ***marina2000-10-121-0/+64
|
* 1.1.10Angelo Corsaro2000-10-124-5/+9
|
* 5.1.10Angelo Corsaro2000-10-126-4/+16
|
* ChangeLogTag: Thu Oct 12 00:07:36 2000 Angelo Corsaro <corsaro@cs.wustl.edu>Angelo Corsaro2000-10-122-5/+15
|
* ChangeLogTag: Wed Oct 11 23:12:03 2000 Angelo Corsaro <corsaro@cs.wustl.edu>Angelo Corsaro2000-10-122-1/+7
|
* ChangeLogTag:Wed Oct 11 22:39:59 2000 Marina Spivak <marina@cs.wustl.edu>marina2000-10-121-13/+1
|