summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***ft_tao_1bala2000-07-164-6/+96
|
* *** empty log message ***bala2000-07-111-0/+3
|
* This commit was manufactured by cvs2svn to create branch 'ft_tao_1'.nobody2000-07-118791-2189539/+0
|
* ChangeLogTag:Tue Jul 11 14:51:13 2000 Chris Kohlhoff <chris@kohlhoff.com>nanbor2000-07-1119-3/+151
|
* ChangeLogTag:Tue Jul 11 14:21:51 2000 Steve Huston <shuston@riverace.com>schmidt2000-07-111-0/+1
|
* * TAO_IDL/be/be_union.cpp:parsons2000-07-111-0/+10
| | | | | | | | Modified compute_default_index(). It was based on the label count, but TAO's class Typecode bases its index on a member count, not a label count, so unions with multiple case labels were getting typecodes generated with the default index set incorrectly.
* compute_default_index modified.parsons2000-07-111-1/+4
|
* .Steve Huston2000-07-113-0/+39
|
* ChangeLogTag:Tue Jul 11 14:21:51 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-07-111-0/+3
|
* ChangeLogTag:Tue Jul 11 14:20:35 2000 Steve Huston <shuston@riverace.com>Steve Huston2000-07-111-2/+14
|
* *** empty log message ***pradeep2000-07-111-0/+5
|
* Tue Jul 11 13:18:42 2000 Pradeep Gore <pradeep@cs.wustl.edu>pradeep2000-07-111-0/+11
|
* * orbsvcs/IFR_Service/IFR_Service.dsp:parsons2000-07-111-0/+7
| | | | | Added link inlcude path for the release version. Thanks to Angelo for pointing this out.
* Added link include path to release version.parsons2000-07-111-1/+1
|
* * TAO_IDL/ast/ast_module.cpp:parsons2000-07-111-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TAO_IDL/include/ast_module.h: Added new member to store all declarations from previous openings of the module, as well as searching and administrating functions. * TAO_IDL/be/be_generator.cpp: Calls the administrating function at create time, and adds the declarations from all previous openings. * TAO_IDL/util/utl_scope.cpp: If all else fails, the local scope lookup function now checks if the scope is a module. If so, it calls the module's searching function to see if the identifier can be found in a previous opening's declaration. The above fix was prompted by an IDL example sent in by Richard Reitmeyer <richard@hades.verecomm.com> and my frustration with trying to handle all use cases of reopened modules by using existing IDL compiler data structures. * tests/IDL_Test/reopened_modules.idl: Added two new examples that now work with the above fix. * TAO_IDL/be/be_visitor_interface/interface_ci.cpp: * TAO_IDL/be/be_visitor_interface_fwd/interface_fwd_ci.cpp: Added #if defined (_FOO__CI_) guards to the object constructor from stub, since it is generated at the forward declaration and at the definition. * TAO_IDL/be/be_visitor_interface/interface_cs.cpp: In _unchecked_narrow(), when the proxy is created with ACE_NEW_RETURN, changed the proxy constructor to use the fully scoped class name. In certain cases of reopened modules, some compilers were having problems with the name that the nested_type_name() function decided to put there. Strangely, there was no problem with the similarly generated <foo>::_nil() return value immediately following, so it was left alone.
* Added two new examples.parsons2000-07-111-0/+82
|
* #if defined _FOO__CI_ guard around object constructor from Stub,parsons2000-07-117-49/+141
| | | | | | replaced nested type name with full name in _unchecked_narrow, and added member, iterator, and functions to AST_Module to deal with lookups of declarations from a previous opening.
* ChangeLogTag: Tue Jul 11 11:06:45 2000 Craig Rodrigues <rodrigc@mediaone.net>levine2000-07-114-3/+27
|
* ChangeLogTag: Tue Jul 11 11:03:50 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-114-6/+27
|
* ChangeLogTag: Tue Jul 11 10:45:46 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-114-10/+28
|
* ChangeLogTag: Tue Jul 11 10:40:48 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-114-10/+44
|
* Tue Jul 11 10:24:03 2000 Joe Hoffert <joeh@cs.wustl.edu>joeh2000-07-112-3/+10
|
* ChangeLogTag:Tue Jul 11 08:24:33 2000 Douglas C. Schmidt ↵schmidt2000-07-116-108/+65
| | | | <schmidt@ace.cs.wustl.edu>
* ChangeLogTag: Tue Jul 11 08:07:23 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-114-1/+23
|
* ChangeLogTag: Tue Jul 11 07:42:57 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-114-366/+383
|
* ChangeLogTag:Tue Jul 11 06:21:35 2000 Douglas C. Schmidt ↵schmidt2000-07-115-2/+21
| | | | <schmidt@tango.cs.wustl.edu>
* *** empty log message ***marina2000-07-114-4/+4
|
* 1.1.5marina2000-07-114-5/+9
|
* 5.1.5marina2000-07-116-4/+16
|
* ChangeLogTag:Mon Jul 10 18:59:49 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-07-103-3/+14
|
* ChangeLogTag:on Jul 10 17:28:55 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-07-107-10/+546
|
* ChangeLogTag:Mon Jul 10 13:15:10 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-07-104-1/+22
|
* ChangeLogTag:Mon Jul 10 13:10:21 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-07-104-141/+173
|
* *** empty log message ***jwh12000-07-101-3/+37
|
* Mon Jul 10 13:47:25 2000 John Heitmann <jwh1@cs.wustl.edu>jwh12000-07-1020-732/+1564
|
* ChangeLogTag:Mon Jul 10 12:01:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-07-102-2/+5
|
* Mon Jul 10 08:50:37 2000 Joe Hoffert <joeh@cs.wustl.edu>joeh2000-07-1010-214/+186
|
* test commit-check modlevine2000-07-101-2/+2
|
* test commit-check modlevine2000-07-101-97/+97
|
* ChangeLogTag:Sun Jul 09 21:41:01 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-07-107-22/+35
|
* ChangeLogTag:Sun Jul 09 21:38:03 2000 Ossama Othman <ossama@uci.edu>Ossama Othman2000-07-104-3/+21
|
* ChangeLogTag: Sun Jul 09 19:31:47 2000 Angelo Corsaro <corsaro@cs.wustl.edu>Angelo Corsaro2000-07-103-7/+14
|
* ChangeLogTag:Sun Jul 09 14:20:42 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-07-094-161/+210
|
* ChangeLogTag:Sun Jul 09 14:00:34 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-07-0939-0/+2730
|
* ChangeLogTag: Sun Jul 09 15:51:46 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-094-45/+64
|
* ChangeLogTag:Sun Jul 9 06:31:38 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-07-092-1/+13
|
* ChangeLogTag: Sun Jul 09 08:12:54 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-093-707/+735
|
* ChangeLogTag: Sun Jul 09 08:05:39 2000 David L. Levine <levine@cs.wustl.edu>levine2000-07-092-21/+1551
|
* ChangeLogTag:Sat Jul 08 14:50:34 2000 David L. Levine <levine@cs.wustl.edu>schmidt2000-07-097-41/+93
|
* ChangeLogTag: Sat Jul 08 18:08:24 2000 Angelo Corsaro <corsaro@cs.wustl.edu>Angelo Corsaro2000-07-084-17/+102
|