summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* added Jim Robinson <robinson@wdg.mot.com>levine1999-07-271-0/+1
|
* untabified and removed trailing spaceslevine1999-07-271-23/+23
|
* ChangeLogTag: Tue Jul 27 11:00:00 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-272-231/+234
|
* Re-added LIBS += $(ACELIB) removed 23-July, but added it back in the sectionSteve Huston1999-07-271-0/+1
| | | | for IBM AIX C Set++ and C/C++ compilers only.
* no messageSteve Huston1999-07-271-0/+5
|
* no messageSteve Huston1999-07-271-0/+10
|
* Added and changed HP-UX info.Steve Huston1999-07-271-6/+12
|
* Added 'const' to ACE_Process_Options::comand_line (LPCTSTR argv[]). RestoresSteve Huston1999-07-272-2/+2
| | | | pre-5.0 ability to pass char ** in.
* ChangeLogTag:Mon Jul 26 21:41:31 1999 Douglas C. Schmidt ↵schmidt1999-07-272-4/+9
| | | | <schmidt@tango.cs.wustl.edu>
* *** empty log message ***schmidt1999-07-271-4/+3
|
* ChangeLogTag:Mon Jul 26 20:50:37 1999 Douglas C. Schmidt ↵schmidt1999-07-271-0/+3
| | | | <schmidt@tango.cs.wustl.edu>
* *** empty log message ***schmidt1999-07-272-3/+7
|
* ChangeLogTag:Mon Jul 26 20:50:37 1999 Douglas C. Schmidt ↵schmidt1999-07-273-6/+15
| | | | <schmidt@tango.cs.wustl.edu>
* ChangeLogTag:Mon Jul 26 20:55:41 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-272-1/+8
|
* ChangeLogTag:Mon Jul 26 20:59:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-07-272-0/+17
|
* ChangeLogTag:Mon Jul 26 20:50:37 1999 Douglas C. Schmidt ↵schmidt1999-07-275-28/+38
| | | | <schmidt@tango.cs.wustl.edu>
* *** empty log message ***alex1999-07-271-0/+7
|
* Fixed the double deletion problem of the result classes. Thanks toalex1999-07-272-61/+83
| | | | "Nesbitt, Bill" <bnesbitt@magellan.com> for reporting this.
* Updated UIOP BNF to be more like "iioploc" BNF, and reorganizedOssama Othman1999-07-261-8/+9
| | | | some text.
* Corrected typo in error message.Ossama Othman1999-07-261-7/+4
|
* Comment update.Ossama Othman1999-07-261-1/+1
|
* URL style IOR prefix should be "iioploc" for IIOP and "uioploc"Ossama Othman1999-07-262-4/+8
| | | | | for UIOP (although there is no "uioploc" standardized specification yet).
* {iiop,uiop}loc should not be accepted as a proper prefix forOssama Othman1999-07-262-9/+3
| | | | server endpoints.
* Make sure only certain prefixes are accepted. Previously, weOssama Othman1999-07-262-16/+30
| | | | | were only checking if the there the first few characters matched.
* TAO now properly sets the host using the fully qualified domainOssama Othman1999-07-261-3/+29
| | | | name (FQDN) when only a port is specified in an iiop endpoint. [Bug 43]
* *** empty log message ***Ossama Othman1999-07-261-1/+41
|
* ChangeLogTag:Mon Jul 26 18:09:09 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-262-3/+48
|
* ChangeLogTag:Mon Jul 26 17:11:16 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-07-265-20/+65
|
* ChangeLogTag: Mon Jul 26 17:09:09 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-264-5/+25
|
* ChangeLogTag: Mon Jul 26 17:02:08 1999 David L. Levine <levine@cs.wustl.edu>levine1999-07-262-41/+48
|
* * TAO_IDL/ast/ast_module.cpp:parsons1999-07-261-0/+11
| | | | | | | | | | * TAO_IDL/ast/ast_expression.cpp: * TAO_IDL/be/be_codegen.cpp: * TAO_IDL/be/bevisitor_scope.cpp: * TAO_IDL/util/utl_string.cpp: Changes to avert MSVC level 4 warnings. There are still some left, but they are in generated files, and I will get those in another checkin.
* Changes to avert MSVC level 4 warnings.parsons1999-07-265-13/+18
|
* * TAO/tao/Any.cpp:parsons1999-07-261-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * append.cpp: * CDR_Interpreter.cpp: * decode.cpp: * DynAny_i.cpp: * GIOP.cpp: * GIOP_Server_Request.cpp: * IIOP_Connect.cpp: * Object.cpp: * ORB.cpp: * ORB_Core.cpp: * Pluggable.cpp: * POA.i: * Stub.i: * Principal.cpp: * skip.cpp: * ValueBase.i: * Typecode.i: Minor mods to get rid of MSVC level 4 warnings, mostly casting return values from integer to CORBA::Boolean and the like * Typecode.h: Changed the private member kind_ from CORBA::TCKind type to CORBA::Long. With indirection in typecodes came the added value ~0u to switch statements. MSVC at level 4 warns that this value is not in the enum. This mod (suggested by Carlos) seems to work well, with some minor changes in the files above to compensate.
* Small modifications to get rid of all MSVC level 4 warnings.parsons1999-07-2620-71/+85
| | | | | Mostly casting return values from integer to CORBA::Boolean and the like.
* * ace/CDR_Stream.i:parsons1999-07-261-0/+12
| | | | | | | | | | | | * ace/Map_Manager.i: Had to cast some return values to avoid MSVC signed/unsigned mismatch type warnings (level 4). * ace/config-win32.h: Added ACE_HAS_STD_TEMPLATE_SPECIALIZATION define, so that ACE_TEMPLATE_SPECIALIZATION macro adds the necessart 'template <>' for MSVC, and so averts many many level 4 warnings.
* Modified Makefile to work with platforms whetherparsons1999-07-261-3/+6572
| | | | they support namespaces or not.
* Added IDL_Test to the directories that get built byparsons1999-07-261-0/+1
| | | | this makefile.
* * ace/CDR_Stream.i:parsons1999-07-261-0/+13
| | | | | | | | | | | | * ace/Map_Manager.i: Had to cast some return values to avoid MSVC signed/unsigned mismatch type warnings (level 4). * ace/config-win32.h: Added ACE_HAS_STD_TEMPLATE_SPECIALIZATION define, so that ACE_TEMPLATE_SPECIALIZATION macro adds the necessart 'template <>' for MSVC, and so averts many many level 4 warnings.
* Fixed a couple of minor things related to MSVC level 4 warningsparsons1999-07-263-4/+7
| | | | | in TAO/tao build, and added ACE_HAS_STD_TEMPLATE_SPECIALIZATION to config-win32.h because it should have been there all along.
* * TAO_IDL/be/be_visitor_union_branch/cdr_op_ci.cpp:parsons1999-07-261-0/+6
| | | | | Fixed broken code for generation of CDR extraction for enum union member.
* oversight in extractor code in FOR loopparsons1999-07-261-1/+1
|
* Mon Jul 26 14:10:56 1999 Kirthika Parameswarankirthika1999-07-261-0/+7
| | | | <kirthika@cs.wustl.edu>
* Revised the become owner flag in get_handle ()kirthika1999-07-261-1/+1
|
* Added comments explaining that -ORBEndpoint is a server sideOssama Othman1999-07-261-9/+16
| | | | | | option and -ORBPreconnect is a client side option. Also clarified use of -ORBInitRef and -ORBDefaultInitRef with UIOP IORs.
* removed from main branchlevine1999-07-265-228/+0
|
* adding, will be for VxWorks_shlib branchlevine1999-07-265-0/+228
|
* 0.4.3schmidt1999-07-262-1/+5
|
* 4.6.46schmidt1999-07-262-1/+5
|
* Undo busted releaseschmidt1999-07-263-6/+2
|
* 0.4.3schmidt1999-07-261-1/+1
|