summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Tue Mar 21 13:51:23 2000 Carlos O'Ryan <coryan@cs.wustl.edu>coryan2000-03-2181-6600/+2906
* Removed more of the unnecessary foo_ptr code for exceptions.parsons2000-03-202-7/+1
* ChangeLogTag:Sat Mar 18 05:34:48 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-184-7/+101
* Include of skeleton header and generation of 'pragma once' wereparsons2000-03-161-5/+5
* Various bug fixes.parsons2000-03-169-51/+81
* ChangeLogTag: Sun Mar 12 21:10:13 2000 David L. Levine <levine@cs.wustl.edu>levine2000-03-131-1402/+2575
* Fixed bug in lookup of forward declared interface for redefinition, if it'sparsons2000-03-101-4/+5
* More robustness to the >>= operatorparsons2000-03-021-4/+8
* Removed superfluous assignment to 0;parsons2000-03-021-1/+0
* ChangeLogTag:Thu Mar 2 09:09:58 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-021-1/+1
* ChangeLogTag:Wed Mar 1 18:01:37 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-03-023-44/+84
* Had CDR stream inputting to the wrong variable.parsons2000-03-021-1/+1
* Removed all use of interpretive behavior in the generated Any operators.parsons2000-03-017-133/+271
* Commented out unused variable, until I know if it's really not needed.parsons2000-03-013-4/+9
* Fix for sequences whose elements are a typedef included from anotherparsons2000-03-0112-200/+199
* Removed redundant generation of ACE_CHECK.parsons2000-03-011-5/+1
* ChangeLogTag:Mon Feb 28 17:37:53 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-02-291-1/+1
* ChangeLogTag:Mon Feb 28 09:20:27 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-02-281-9/+10
* Added command line option to suppress generation of ostream operatorsparsons2000-02-256-11/+48
* Removed typedef of foo_ptr - not part of spec.parsons2000-02-251-5/+2
* Cast IN args of type foo_array (if the array is multidimensional) toparsons2000-02-251-0/+9
* In checking for name clashes, uses local name for local declarations,parsons2000-02-231-22/+38
* Fix to handle modules reopened by a chain of #includes.parsons2000-02-221-3/+10
* Removed inclusion of server template header file in server header file,parsons2000-02-221-2/+6
* Optimization of oneway, twoway and ami calls.parsons2000-02-222-1/+14
* Make sure members of included modules are added to the scope ofparsons2000-02-213-19/+54
* *** empty log message ***parsons2000-02-211-1/+1
* Added check for #included module in create_module().parsons2000-02-211-1/+1
* ChangeLogTag:Sat Feb 19 14:23:38 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-02-197-28/+73
* Option to suppress generation of tie classes and files.parsons2000-02-199-38/+90
* Chnages necessary to handle skipped scope repeated name example for allparsons2000-02-1818-132/+155
* Modified generation of scoped arguments to include the complete scopedparsons2000-02-168-184/+175
* Changes to handle the new use case in IDL_Tests/reopened_modules.idl.parsons2000-02-167-65/+112
* Changes to handle the new use case in IDL_Tests/reopened_modules.idl.parsons2000-02-162-16/+32
* Better fix for adding CORBA module members.parsons2000-02-154-72/+81
* Added protection against null pointer to Identifier.parsons2000-02-141-19/+23
* Uninlined the destructors, so memory management can be added later.parsons2000-02-1248-199/+392
* More robust approach to prevention of redefinition of scope immediatelyparsons2000-02-122-12/+47
* Undid previous changeparsons2000-02-122-269/+245
* Preventing module from beging redefined immediately inside its own scope.parsons2000-02-111-38/+73
* Changes to keep modules, interfaces, unions, structs, valuetypes,parsons2000-02-112-245/+269
* Used copies in calls to set_name() for this case so that deletion inparsons2000-02-111-3/+3
* Changes to enable deletion of scoped name member in all instancesparsons2000-02-114-10/+28
* Modified calls to create_argument and create_attribute toparsons2000-02-112-4/+4
* Fix to handling of reopened modules.parsons2000-02-1010-244/+132
* Added scope arg to call to create_module().parsons2000-02-102-4/+4
* Initialized some pointers to nodes at declaration.parsons2000-02-071-2/+2
* Code generation for unions with duplicate case labels.parsons2000-02-078-234/+291
* Initialize the discriminant in the default constructor.parsons2000-02-041-2/+32
* Continuation of hack for compatibility.parsons2000-02-031-1/+2