summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* ChangeLogTag:Fri Jul 2 16:28:08 1999 Alexander Babu Arulanthu ↵alex1999-07-023-0/+264
| | | | <alex@cs.wustl.edu>
* ChangeLogTag:Fri Jul 2 16:28:08 1999 Alexander Babu Arulanthu ↵alex1999-07-0212-0/+5205
| | | | <alex@cs.wustl.edu>
* ChangeLogTag:Fri Jul 2 16:28:08 1999 Alexander Babu Arulanthu ↵alex1999-07-0236-476/+1518
| | | | <alex@cs.wustl.edu>
* *** empty log message ***alex1999-07-021-0/+4
|
* *** empty log message ***alex1999-06-241-0/+21
|
* Wed Jun 23 23:19:34 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>alex1999-06-2411-1364/+1235
|
* *** empty log message ***alex1999-06-221-1/+13
|
* Tue Jun 22 11:59:06 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>alex1999-06-2222-282/+733
|
* *** empty log message ***alex1999-06-221-0/+22
|
* This commit was manufactured by cvs2svn to create branch 'ami_phase3'.nobody1999-06-2079-10688/+0
|
* fixed typedef to CORBA::Objectgokhale1999-06-206-8/+22
|
* ChangeLogTag:Sat Jun 19 22:28:35 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-202-10/+21
|
* ChangeLogTag:Sat Jun 19 22:27:35 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-202-8/+33
|
* ChangeLogTag:Sat Jun 19 22:22:07 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-2018-72/+237
|
* *** empty log message ***schmidt1999-06-202-1/+14
|
* Fixed typoscoryan1999-06-191-3/+3
|
* ChangeLogTag:Sat Jun 19 18:15:48 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-193-11/+18
|
* * TAO_IDL/be/be_visitor_union_branch/public_ci.cpp:parsons1999-06-191-0/+12
| | | | | | | | | | | * TAO_IDL/be/be_visitor_union_branch/public_assign_cs.cpp: * TAO_IDL/be/be_visitor_union_branch/public_reset_cs.cpp: Fixed code generation for unions with generic CORBA::Object member. TAO IDL compiler classifies CORBA::Object member as a predefined type PT_pseudo, but generated code must be like that for interface. Someday we should make a special type for CORBA::Object in the IDL compiler.
* ChangeLogTag:Sat Jun 19 17:19:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-06-1920-328/+2159
|
* Fixed code generation for unions with generic CORBA::Object member.parsons1999-06-193-12/+55
|
* *** empty log message ***alex1999-06-191-0/+61
|
* Sat Jun 19 15:46:22 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>alex1999-06-194-645/+0
|
* Sat Jun 19 15:46:22 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>alex1999-06-1917-151/+303
|
* Changed tao_idl invocation optionsbala1999-06-197-13/+13
|
* Sat Jun 19 15:46:22 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>alex1999-06-1917-0/+3101
|
* *** empty log message ***bala1999-06-191-0/+10
|
* *** empty log message ***bala1999-06-191-1/+46
|
* Updated documentationbala1999-06-191-3/+6
|
* Changed the tao_idl command line optionsbala1999-06-1941-93/+93
|
* *** empty log message ***alex1999-06-191-3/+7
|
* * tao/DynUnion_i_T.h:parsons1999-06-191-0/+22
| | | | | | | | | | | | | | | | | | | | | * tao/DynUnion_i_T.cpp: Cosmetic changes. * tao/DynUnion_i.h: * tao/DynUnion_i.cpp: Class DynUnion_i contains a functor class DU_Extractor to check for a match in TypeCode::member-label when constructing or assigning from an Any. DU_Extractor is a template class containing one function check_match(). The cases where the discriminator is a wchar or an enum caused resolution problems with 16 and 32 bit types respectively, so they had been specialized classes inheriting from a non-template base class. The cases for char and boolean, however, needed onlythe template function check_match() specialized, in order to use to_char and to_boolean. This kept all the compilers happy until recently, when AIX/egcs complained about char and boolean, so they have also been subclassed.
* Took two more cases out of the template DU_Extractor classparsons1999-06-192-20/+34
| | | | | | | and made them non-template children of DU_Extractor_base. AIX/egcs was complaining about char and boolean cases specializing just the check_match() template function, so they were made full-fledged non-template classes.
* *** empty log message ***schmidt1999-06-191-0/+7
|
* *** empty log message ***bala1999-06-191-1/+1
|
* *** empty log message ***bala1999-06-191-1/+1
|
* *** empty log message ***bala1999-06-191-1/+1
|
* Put 'const' back in args for check_match(). They were not theparsons1999-06-192-8/+8
| | | | cause of recent errors.
* *** empty log message ***bala1999-06-192-5/+9
|
* *** empty log message ***bala1999-06-193-5/+30
|
* Changed tao_idl invocation paramsbala1999-06-1911-22/+22
|
* *** empty log message ***bala1999-06-191-2/+2
|
* *** empty log message ***bala1999-06-192-4/+4
|
* Changed tao_idl invocation parametersbala1999-06-191-2/+2
|
* Changed tao_idl invocation parameterbala1999-06-191-2/+2
|
* Changed tao_idl command line paramsbala1999-06-191-2/+2
|
* *** empty log message ***bala1999-06-192-176/+176
|
* *** empty log message ***bala1999-06-193-4/+4
|
* *** empty log message ***bala1999-06-192-2/+2
|
* Changed the default tao_idl optionsbala1999-06-191-2/+2
|
* Changed the default tao_idl configurationbala1999-06-191-2/+2
|