summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagace_5_0_tao_1_0_candidatenobody1999-07-2179-10688/+0
| | | 'ace_5_0_tao_1_0_candidate'.
* update to ChangeLogTag: Wed Jul 21 11:48:53 1999 David L. Levine ↵levine1999-07-211-6/+2
| | | | <levine@cs.wustl.edu>
* ChangeLogTag:Wed Jul 21 12:31:09 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-212-0/+23
|
* * TAO_IDL/be_include/be_visitor_union_branch.h:parsons1999-07-211-0/+11
| | | | | | | | | | * TAO_IDL/be/be_visitor_union_branch.cpp: * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp: Added gen_default_label_value() to be_visitor_union_branch.* and added a call to this instead of gen_label_value() in code generation of mutator method for a union branch if it is an explicit default case. This particular bit of default case functionality had not yet been implemented.
* Added gen_default_label_value() to be_visitor_union_branch.* andparsons1999-07-213-109/+217
| | | | | | added a call to this instead of gen_label_value() in code generation of mutator method for a union branch if it is an explicit default case.
* ChangeLogTag: Wed Jul 21 11:48:53 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-212-12/+34
|
* ChangeLogTag:Wed Jul 21 11:44:19 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-212-3/+12
|
* *** empty log message ***Steve Huston1999-07-211-0/+11
|
* Replaced direct set of variables with check to see if user has already set them.Steve Huston1999-07-213-9/+43
| | | | Add -bbigtoc for TAO_IDL w/ egcs on AIX.
* *** empty log message ***pradeep1999-07-212-0/+16
|
* *** empty log message ***pradeep1999-07-213-31/+32
|
* ChangeLogTag: Wed Jul 21 10:25:07 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-213-31/+56
|
* *** empty log message ***Steve Huston1999-07-211-0/+5
|
* Removed extraneous type scoping from ctor TAO_RSE_Dependency_Visitor toSteve Huston1999-07-211-2/+1
| | | | allow compile on HP-UX aC++.
* *** empty log message ***pradeep1999-07-213-18/+6
|
* ChangeLogTag: Wed Jul 21 09:34:09 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-212-97/+102
|
* *** empty log message ***Steve Huston1999-07-211-0/+5
|
* Added -qflag=w:w to preproc flags for IBM C++ 3.6. Quiets invalid #pragma msg.Steve Huston1999-07-211-0/+3
|
* ChangeLogTag:Wed Jul 21 05:04:57 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-211-1/+1
|
* *** empty log message ***nanbor1999-07-211-0/+7
|
* ChangeLogTag:Wed Jul 21 04:32:20 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-2111-196/+388
|
* *** empty log message ***nanbor1999-07-211-0/+84
|
* ChangeLogTag:Wed Jul 21 02:36:51 1999 Nanbor Wang <nanbor@cs.wustl.edu>nanbor1999-07-2111-13/+13
|
* *** empty log message ***nanbor1999-07-212-9/+29
|
* ChangeLogTag:Tue Jul 20 22:37:29 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-2116-397/+667
|
* "No such file or directory" is allowed in Cached_Accept_Conn_Test.logirfan1999-07-211-2/+6
|
* ChangeLogTag: Tue Jul 20 21:31:50 1999 Jim Rogers jrogers@viasoft.comlevine1999-07-211-14/+15
|
* ChangeLogTag: Tue Jul 20 21:31:50 1999 Jim Rogers jrogers@viasoft.comlevine1999-07-211-0/+4
|
* ChangeLogTag: Tue Jul 20 21:23:19 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-214-65/+108
|
* added Erik Johannes <ejohannes@oresis.com>levine1999-07-211-0/+1
|
* ChangeLogTag: Tue Jul 20 21:11:02 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-212-8/+17
|
* * TAO_IDL/be/be_visitor_union/cdr_op_ci.cpp:parsons1999-07-211-0/+9
| | | | | | | | Added default case to switch statements generating cases for CDR operators. If discriminant is an enum, some compilers complain if all the enum values are not used and there is not a default case in the switch, which is the case when we have an implicit default case.
* Added default case to switch statements generating cases forparsons1999-07-211-0/+29
| | | | | | | CDR operators. If discriminant is an enum, some compilers complain if all the enum values are not used and there is not a default case in the switch, which is the case when we have an implicit default case.
* ChangeLogTag:Tue Jul 20 19:32:39 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-212-3/+15
|
* ChangeLogTag:Tue Jul 20 19:32:39 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-214-10/+34
|
* *** empty log message ***Ossama Othman1999-07-211-0/+7
|
* Added missing TAO_Export macros in class declarations and global functionOssama Othman1999-07-211-2/+4
| | | | definitions.
* Added missing TAO_Export macros in class declarations.Ossama Othman1999-07-211-3/+3
|
* * TAO_IDL/be/be_array.cpp:parsons1999-07-211-0/+17
| | | | | | | | | | | | | | | | Reverted addition of has_constructor() call - arrays are always included in unions as pointers to the slice anyway. * TAO_IDL/be/be_visitor_union_branch/private_ch.cpp: Changed reference to be_type::SIZE_TYPE to be_decl::SIZE_TYPE (where it actually resides). * TAO_IDL/be/be_field.cpp: * TAO_IDL/be/be_typedef.cpp: Added calls to has_constructor() in comput_size_type(). They don't seem to be needed on NT, but Solaris egcs seems to need them.
* *** empty log message ***Ossama Othman1999-07-211-0/+11
|
* Moved template instantiations for TAO_Cached_Connector_Lock toOssama Othman1999-07-214-11/+15
| | | | | Resource_Factory.cpp since that file is a more appropriate location to put them.
* Reverted addition of has_constructor() call in compute_size_type() ofparsons1999-07-214-4/+9
| | | | be_array and added it to be_field and be_typedef.
* ChangeLogTag:Tue Jul 20 18:30:22 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-203-22/+27
|
* ChangeLogTag:Tue Jul 20 17:41:53 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-202-6/+6
|
* Fixed a warning! Thanks to David Levine!naga1999-07-201-24/+24
|
* * TAO_IDL/be/be_sunsoft.cpp:parsons1999-07-201-0/+3
| | | | | | | | | Changed format of double literal output to use scientific notation if necesssary. Thanks to Dwayne Burns <dburns@isrglobal.com> for sending in the IDL file that called for this. * TAO/tests/IDL_Test/constants.idl: Added Dwayne's constants to the test file.
* Last-minute mod to double out put format and added newparsons1999-07-202-1/+4
| | | | constants to IDL_Test file.
* * TAO_IDL/be/be_sunsoft.cpp:parsons1999-07-201-0/+7
| | | | | | Changed format of double literal output to use scientific notation if necesssary. Thanks to Dwayne Burns <dburns@isrglobal.com> for sending in the IDL file that called for this.
* Changed format of double literal output to use scientific notationparsons1999-07-201-1/+1
| | | | | if necesssary. Thanks to Dwayne Burns <dburns@isrglobal.com> for sending in the IDL file that called for this.
* * TAO/performance-tests/Pluggable/PP_Test_Client.cpp:parsons1999-07-201-0/+6
| | | | | Removed some ACE_NOTREACHED macros and helped out a bamboozled vxworks compiler.