summaryrefslogtreecommitdiff
path: root/TAO/tao
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'ACE-4_5_53'.ACE-4_5_53nobody1998-10-14175-116392/+0
|
* ChangeLogTag:Tue Oct 13 23:03:24 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-147-41/+108
|
* *** empty log message ***jp41998-10-131-2/+8
|
* *** empty log message ***schmidt1998-10-131-3/+4
|
* ChangeLogTag:Tue Oct 13 10:51:10 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-131-1/+1
|
* ChangeLogTag:Mon Oct 12 18:32:01 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-131-0/+27
|
* ChangeLogTag:Sun Oct 11 17:09:16 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-114-151/+65
|
* .schmidt1998-10-111-10/+19
|
* *** empty log message ***irfan1998-10-101-10/+2
|
* ~App_Allocated: freeing up the memory pools before deleting the allocators.nanbor1998-10-091-0/+5
|
* Reverted Carlos's changesnanbor1998-10-092-22/+3
|
* *** empty log message ***irfan1998-10-092-2/+17
|
* Defined Linear_Search_OpTable. Zapped the old Linear_Table interfacealex1998-10-092-92/+27
| | | | | and the code. GPERF has an option to generate Linear Search code. So we dont need any code here.
* ChangeLogTag:Thu Oct 8 17:37:14 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-094-33/+33
|
* ChangeLogTag:Thu Oct 8 17:37:14 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-093-6/+29
|
* Added a destructor for ~App_Allocated to clean things up.nanbor1998-10-082-0/+10
|
* .schmidt1998-10-081-7/+7
|
* ChangeLogTag:Wed Oct 7 21:44:52 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-082-4/+21
|
* *** empty log message ***irfan1998-10-071-10/+10
|
* .schmidt1998-10-071-1/+3
|
* *** empty log message ***gokhale1998-10-071-1/+1
|
* Changed to use DLL run-time librarynanbor1998-10-071-2/+8
|
* *** empty log message ***irfan1998-10-071-1/+14
|
* ChangeLogTag:Tue Oct 6 20:28:10 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-071-1/+2
|
* *** empty log message ***jp41998-10-061-0/+10
|
* *** empty log message ***jp41998-10-052-10/+5
|
* ACE_UNUSED_ARG (VAR) was used in wrong settings for TAO_CATCHnanbor1998-10-051-1/+3
|
* Removed duplicate macros defined in try_macros.hnanbor1998-10-051-156/+0
|
* Changed CORBA::NO_MEMORY to CORBA::NO_MEMORY ()nanbor1998-10-056-30/+30
|
* added ACE_LACKS_LONGLONG_T supportlevine1998-10-057-911/+950
|
* *** empty log message ***gokhale1998-10-055-92/+97
|
* ChangeLogTag:Sun Oct 4 15:40:05 1998 Balachandra Natarajancoryan1998-10-041-1/+1
| | | | <bala@lambada.cs.wustl.edu>
* *** empty log message ***bala1998-10-041-1/+1
|
* Added class for Binary Search operation lookup strategy.alex1998-10-042-47/+123
|
* *** empty log message ***bala1998-10-041-3/+28
|
* *** empty log message ***jp41998-10-031-6/+5
|
* *** empty log message ***nanbor1998-10-021-1/+1
|
* .schmidt1998-10-021-3/+3
|
* ChangeLogTag:Thu Oct 1 23:31:34 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-021-81/+2687
|
* *** empty log message ***jp41998-10-0228-59/+15042
|
* Fixed VC warnings by using TAO_CHECK_ENV and adding trailing return statements.nanbor1998-10-011-6/+18
|
* *** empty log message ***gokhale1998-10-0112-50/+61
|
* (input_cdr_dblock_allocator): wrapped break following return withlevine1998-10-011-14/+14
| | | | ACE_NOTREACHED, in two places.
* *** empty log message ***irfan1998-10-012-10/+9
|
* *** empty log message ***irfan1998-10-012-33/+11
|
* ChangeLogTag:Wed Sep 30 15:47:26 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-09-304-16/+26
|
* Had problems with the explicit template instantiation for two hash_ibrunsch1998-09-302-29/+16
| | | | | | | functions on MSVC 6. So, Irfan and I decided to move it into the .h and make them real "inline" functions for now. Otherwise, the compiler doesn't seem to understand the hint made by the prototype and will not use the explicitly defined method.
* Needed to properly terminate a CString in locate_poa_and_servant_i () bybrunsch1998-09-301-1/+3
| | | | copying it to another CString and then extracting the char * from it.
* *** empty log message ***irfan1998-09-306-11/+27
|
* ChangeLogTag:Wed Sep 30 00:26:44 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-09-309-72/+281
|