summaryrefslogtreecommitdiff
path: root/ace/Containers_T.cpp
Commit message (Expand)AuthorAgeFilesLines
* ChangeLogTag:Wed Mar 28 17:45:22 2001 Steve Huston <shuston@riverace.com>Steve Huston2001-03-281-0/+1
* ChangeLogTag:Mon Mar 26 13:00:37 2001 Carlos O'Ryan <coryan@uci.edu>coryan2001-03-261-896/+2
* ChangeLogTag:Sat Mar 3 16:47:53 2001 Darrell Brunsch <brunsch@uci.edu>brunsch2001-03-041-5/+5
* ChangeLogTag:Mon Jan 22 15:56:42 2001 Johnny Willemsen <jwillemsen@remedy.nl>doccvs2001-01-221-0/+13
* ChangeLogTag:Wed Jan 10 23:30:21 2001 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt2001-01-121-12/+4
* ChangeLogTag: Wed Dec 06 20:12:35 2000 Irfan Pyarali <irfan@cs.wustl.edu>irfan2000-12-071-0/+6
* ChangeLogTag: Thu Oct 12 18:19:46 2000 Priyanka Gontla <pgontla@ece.uci.edu>doccvs2000-10-131-9/+9
* ChangeLogTag:Sat Oct 7 000:50:02 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-10-071-13/+13
* ChangeLogTag:Sat Apr 22 20:53:11 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-231-13/+13
* ChangeLogTag:Wed Apr 19 07:04:13 2000 Douglas C. Schmidt <schmidt@tango.cs....schmidt2000-04-201-2/+6
* ChangeLogTag:Wed Apr 19 07:04:13 2000 Douglas C. Schmidt <schmidt@tango.cs....schmidt2000-04-201-1/+1
* ChangeLogTag:Tue Apr 18 19:08:37 2000 Darrell Brunsch <brunsch@uci.edu>brunsch2000-04-191-2/+0
* ChangeLogTag:Tue Apr 18 15:18:53 2000 Douglas C. Schmidt <schmidt@tango.cs....schmidt2000-04-181-1/+5
* ChangeLogTag:Sun Apr 2 05:36:04 2000 Douglas C. Schmidt <schmidt@tango.cs....schmidt2000-04-021-88/+45
* ChangeLogTag:Sun Oct 17 11:00:46 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-10-171-2/+2
* Removed redundant check from <delete_nodes>kirthika1999-09-031-1/+3
* ChangeLogTag:Thu Sep 2 18:39:23 1999 Douglas C. Schmidt <schmidt@ace.cs.wu...schmidt1999-09-031-5/+5
* ChangeLogTag:Wed Sep 1 00:05:04 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-09-011-1/+1
* ChangeLogTag:Sat Jul 3 12:05:46 1999 Douglas C. Schmidt <schmidt@tango.cs....schmidt1999-07-031-4/+6
* See Thu Jul 1 21:49:39 1999 Matthew J Braun <mjb2@cs.wustl.edu>mjb21999-07-021-0/+18
* Qualify dllist_ with this-> to get template parameters looked up.Steve Huston1999-06-171-2/+2
* See Tue Jun 15 22:26:43 1999 Matthew J Braun <mjb2@cs.wustl.edu>mjb21999-06-161-254/+467
* Added ACE_TYPENAME where HP-UX aC++ complained it was needed.Steve Huston1999-06-151-4/+4
* .schmidt1999-06-071-6/+10
* .schmidt1999-06-061-18/+18
* Thu May 20 17:47:35 1999 Irfan Pyarali <irfan@cs.wustl.edu>irfan1999-05-201-7/+9
* Fixed the Array_Base max_size method to properly initialize the newsbw11999-05-041-1/+9
* changes to make all pSOS PPC ACE tests linkcdgill1999-04-271-22/+24
* .schmidt1999-04-241-80/+148
* .schmidt1999-04-081-3/+3
* .schmidt1999-04-081-47/+33
* Changed assignment operators (operator=) to return a referenceOssama Othman1999-04-021-9/+27
* See my ChangeLog entry from 1 April 1999.Ossama Othman1999-04-011-4/+9
* .schmidt1999-01-221-2/+0
* *** empty log message ***irfan1999-01-071-1/+1
* ChangeLogTag:Fri Jan 1 12:22:14 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-011-15/+31
* (ACE_Fixed_Set::insert): removed blank line between function header and body.levine1998-12-311-1/+0
* (ACE_Bounded_Set::is_full): On LynxOS only, uninlined this function to avoid ...levine1998-12-211-0/+10
* *** empty log message ***irfan1998-12-091-1/+4
* use ACE_NLOGGING instead of ACE_NDEBUGlevine1998-12-061-4/+4
* added if NDEBUG protection to some local variables and ACE_UNUSED_ARG to some...levine1998-12-061-0/+4
* changed include protection from #if !defined to ifndef, and added #pragma onc...levine1998-11-181-3/+8
* ChangeLogTag:Mon Oct 12 09:43:07 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-10-121-2/+25
* removed unnecessary (and impolite) variable namelevine1998-10-091-1/+1
* Added begin () and end () to ACE_Unbounded_Queue.sergio1998-09-291-2/+17
* (ACE_{Bounded,Fixed}_Set_Iterator::done): added ACE_CAST_CONST to the static ...levine1998-09-241-2/+4
* Changed dynamic_cast to static_cast.nanbor1998-09-221-8/+7
* Added ACE_Double_Linked_List_Iterator::advance_and_remove () and a bunch of d...nanbor1998-09-191-7/+22
* Removed protecting code with ACE_LACKS_TEMPLATE_AS_TEMPLATE_PARAMETERjxh1998-09-171-2/+0
* Put these into _T files so I could add some explicit templatejxh1998-09-171-0/+2307