Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added Jim Robinson <robinson@wdg.mot.com> | levine | 1999-07-27 | 1 | -0/+1 |
| | |||||
* | untabified and removed trailing spaces | levine | 1999-07-27 | 1 | -23/+23 |
| | |||||
* | ChangeLogTag: Tue Jul 27 11:00:00 1999 David L. Levine <levine@cs.wustl.edu> | levine | 1999-07-27 | 2 | -231/+234 |
| | |||||
* | Re-added LIBS += $(ACELIB) removed 23-July, but added it back in the section | Steve Huston | 1999-07-27 | 1 | -0/+1 |
| | | | | for IBM AIX C Set++ and C/C++ compilers only. | ||||
* | no message | Steve Huston | 1999-07-27 | 1 | -0/+5 |
| | |||||
* | no message | Steve Huston | 1999-07-27 | 1 | -0/+10 |
| | |||||
* | Added and changed HP-UX info. | Steve Huston | 1999-07-27 | 1 | -6/+12 |
| | |||||
* | Added 'const' to ACE_Process_Options::comand_line (LPCTSTR argv[]). Restores | Steve Huston | 1999-07-27 | 2 | -2/+2 |
| | | | | pre-5.0 ability to pass char ** in. | ||||
* | ChangeLogTag:Mon Jul 26 21:41:31 1999 Douglas C. Schmidt ↵ | schmidt | 1999-07-27 | 2 | -4/+9 |
| | | | | <schmidt@tango.cs.wustl.edu> | ||||
* | *** empty log message *** | schmidt | 1999-07-27 | 1 | -4/+3 |
| | |||||
* | ChangeLogTag:Mon Jul 26 20:50:37 1999 Douglas C. Schmidt ↵ | schmidt | 1999-07-27 | 1 | -0/+3 |
| | | | | <schmidt@tango.cs.wustl.edu> | ||||
* | *** empty log message *** | schmidt | 1999-07-27 | 2 | -3/+7 |
| | |||||
* | ChangeLogTag:Mon Jul 26 20:50:37 1999 Douglas C. Schmidt ↵ | schmidt | 1999-07-27 | 3 | -6/+15 |
| | | | | <schmidt@tango.cs.wustl.edu> | ||||
* | ChangeLogTag:Mon Jul 26 20:55:41 1999 Irfan Pyarali <irfan@cs.wustl.edu> | irfan | 1999-07-27 | 2 | -1/+8 |
| | |||||
* | ChangeLogTag:Mon Jul 26 20:59:23 1999 Carlos O'Ryan <coryan@cs.wustl.edu> | coryan | 1999-07-27 | 2 | -0/+17 |
| | |||||
* | ChangeLogTag:Mon Jul 26 20:50:37 1999 Douglas C. Schmidt ↵ | schmidt | 1999-07-27 | 5 | -28/+38 |
| | | | | <schmidt@tango.cs.wustl.edu> | ||||
* | *** empty log message *** | alex | 1999-07-27 | 1 | -0/+7 |
| | |||||
* | Fixed the double deletion problem of the result classes. Thanks to | alex | 1999-07-27 | 2 | -61/+83 |
| | | | | "Nesbitt, Bill" <bnesbitt@magellan.com> for reporting this. | ||||
* | Updated UIOP BNF to be more like "iioploc" BNF, and reorganized | Ossama Othman | 1999-07-26 | 1 | -8/+9 |
| | | | | some text. | ||||
* | Corrected typo in error message. | Ossama Othman | 1999-07-26 | 1 | -7/+4 |
| | |||||
* | Comment update. | Ossama Othman | 1999-07-26 | 1 | -1/+1 |
| | |||||
* | URL style IOR prefix should be "iioploc" for IIOP and "uioploc" | Ossama Othman | 1999-07-26 | 2 | -4/+8 |
| | | | | | for UIOP (although there is no "uioploc" standardized specification yet). | ||||
* | {iiop,uiop}loc should not be accepted as a proper prefix for | Ossama Othman | 1999-07-26 | 2 | -9/+3 |
| | | | | server endpoints. | ||||
* | Make sure only certain prefixes are accepted. Previously, we | Ossama Othman | 1999-07-26 | 2 | -16/+30 |
| | | | | | were only checking if the there the first few characters matched. | ||||
* | TAO now properly sets the host using the fully qualified domain | Ossama Othman | 1999-07-26 | 1 | -3/+29 |
| | | | | name (FQDN) when only a port is specified in an iiop endpoint. [Bug 43] | ||||
* | *** empty log message *** | Ossama Othman | 1999-07-26 | 1 | -1/+41 |
| | |||||
* | ChangeLogTag:Mon Jul 26 18:09:09 1999 Irfan Pyarali <irfan@cs.wustl.edu> | irfan | 1999-07-26 | 2 | -3/+48 |
| | |||||
* | ChangeLogTag:Mon Jul 26 17:11:16 1999 Irfan Pyarali <irfan@cs.wustl.edu> | irfan | 1999-07-26 | 5 | -20/+65 |
| | |||||
* | ChangeLogTag: Mon Jul 26 17:09:09 1999 David L. Levine <levine@cs.wustl.edu> | levine | 1999-07-26 | 4 | -5/+25 |
| | |||||
* | ChangeLogTag: Mon Jul 26 17:02:08 1999 David L. Levine <levine@cs.wustl.edu> | levine | 1999-07-26 | 2 | -41/+48 |
| | |||||
* | * TAO_IDL/ast/ast_module.cpp: | parsons | 1999-07-26 | 1 | -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. | parsons | 1999-07-26 | 5 | -13/+18 |
| | |||||
* | * TAO/tao/Any.cpp: | parsons | 1999-07-26 | 1 | -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. | parsons | 1999-07-26 | 20 | -71/+85 |
| | | | | | Mostly casting return values from integer to CORBA::Boolean and the like. | ||||
* | * ace/CDR_Stream.i: | parsons | 1999-07-26 | 1 | -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 whether | parsons | 1999-07-26 | 1 | -3/+6572 |
| | | | | they support namespaces or not. | ||||
* | Added IDL_Test to the directories that get built by | parsons | 1999-07-26 | 1 | -0/+1 |
| | | | | this makefile. | ||||
* | * ace/CDR_Stream.i: | parsons | 1999-07-26 | 1 | -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 warnings | parsons | 1999-07-26 | 3 | -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: | parsons | 1999-07-26 | 1 | -0/+6 |
| | | | | | Fixed broken code for generation of CDR extraction for enum union member. | ||||
* | oversight in extractor code in FOR loop | parsons | 1999-07-26 | 1 | -1/+1 |
| | |||||
* | Mon Jul 26 14:10:56 1999 Kirthika Parameswaran | kirthika | 1999-07-26 | 1 | -0/+7 |
| | | | | <kirthika@cs.wustl.edu> | ||||
* | Revised the become owner flag in get_handle () | kirthika | 1999-07-26 | 1 | -1/+1 |
| | |||||
* | Added comments explaining that -ORBEndpoint is a server side | Ossama Othman | 1999-07-26 | 1 | -9/+16 |
| | | | | | | option and -ORBPreconnect is a client side option. Also clarified use of -ORBInitRef and -ORBDefaultInitRef with UIOP IORs. | ||||
* | removed from main branch | levine | 1999-07-26 | 5 | -228/+0 |
| | |||||
* | adding, will be for VxWorks_shlib branch | levine | 1999-07-26 | 5 | -0/+228 |
| | |||||
* | 0.4.3 | schmidt | 1999-07-26 | 2 | -1/+5 |
| | |||||
* | 4.6.46 | schmidt | 1999-07-26 | 2 | -1/+5 |
| | |||||
* | Undo busted release | schmidt | 1999-07-26 | 3 | -6/+2 |
| | |||||
* | 0.4.3 | schmidt | 1999-07-26 | 1 | -1/+1 |
| |