summaryrefslogtreecommitdiff
path: root/ace/Containers.h
Commit message (Collapse)AuthorAgeFilesLines
* ChangeLogTag:Wed Nov 1 14:11:48 2000 Carlos O'Ryan <coryan@uci.edu>coryan2000-11-011-18/+18
|
* ChangeLogTag:Thu Mar 23 14:34:26 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-231-1/+1
|
* ChangeLogTag:Sat Mar 18 05:42:06 2000 Nanbor Wang <nanbor@cs.wustl.edu>nanbor2000-03-181-0/+2
|
* See Tue Jun 15 22:26:43 1999 Matthew J Braun <mjb2@cs.wustl.edu>mjb21999-06-161-0/+6
|
* added #include of ace/Malloc_Base.h. It's needed for the definitionlevine1999-05-151-0/+1
| | | | of ACE_Allocator when instantiating container classes.
* .schmidt1999-04-081-2/+1
|
* Reverted some of the -Weffc++ changes I made.Ossama Othman1999-04-021-7/+0
|
* See my ChangeLog entry from 1 April 1999.Ossama Othman1999-04-011-0/+7
|
* changed include protection from #if !defined to ifndef, and added #pragma ↵levine1998-10-201-3/+3
| | | | once, if possible
* Basic_Types.hschmidt1998-10-171-1/+1
|
* .schmidt1998-10-141-0/+4
|
* ChangeLogirfan1998-09-171-0/+39
|
* Changed these to #include _T counter parts and added some explicitjxh1998-09-171-1530/+1
| | | | template instantiations.
* Added comments to DLList as per Doug's request.jxh1998-09-171-0/+57
|
* *** empty log message ***schmidt1998-09-161-92/+34
|
* added "class" to several ACE_DLList friend declarationslevine1998-09-151-6/+6
|
* fixes for templates as args to templates on pSOScdgill1998-09-111-0/+4
|
* Changes to make TAO happier?jxh1998-09-101-9/+16
|
* Created a new container class ACE_DLList.jxh1998-09-091-1/+138
|
* *** empty log message ***schmidt1998-09-071-0/+134
|
* pSOS Diab and Trimedia compiler port checkincdgill1998-09-011-1/+3
|
* Tokenb changed to allow another thread than the locking thread to release thetworm1998-06-181-1/+1
| | | | lock
* *** empty log message ***schmidt1998-05-151-2/+2
|
* *** empty log message ***alex1998-04-251-4/+4
|
* *** empty log message ***alex1998-04-251-1/+2
|
* Changed template parameter SIZE to ACE_SIZE.nanbor1998-03-271-26/+26
|
* made ACE_Ordered_MultiSet_Iterator<T>::next() a const member functioncdgill1998-02-101-1/+1
|
* added first () method to Iteratorscdgill1998-02-061-3/+27
|
* Added ACE_Ordered_MultiSet and ACE_Ordered_MultiSet_Iterator classescdgill1998-01-301-0/+199
|
* Removed out-of-date comments.nw11998-01-081-1/+1
|
* Added STL-styled iterator functions.nw11998-01-061-2/+22
|
* Added traits for various container classes.nw11997-12-271-1/+19
|
* Removed unused codes.nw11997-12-211-43/+0
|
* *** empty log message ***schmidt1997-12-211-25/+31
|
* Corrected erroneous comments.nw11997-11-281-82/+82
|
* Worked around HP aC++ compiler bug which originally prompted theSteve Huston1997-11-141-3/+0
| | | | | | | | | ACE_HAS_HPUX_ACC_BROKEN_TEMPLATE_DESTRUCTOR by removing "this->" when used in the ACE_DES_FREE_TEMPLATE macro invocation. Removed all the conditional code for the above HP macro. The HP report on the compiler bug is SR5003396259, for future reference. Added ACE_HAS_ANSI_CASTS to config-hpux-10.x-hpc++.h for aC++.
* Added more checks to ACE_Double_Linked_List::remove_element to preventnw11997-11-051-2/+4
| | | | double removal of elements.
* *** empty log message ***irfan1997-10-311-3/+8
|
* Changed to use double-linked list to hold the thread descriptor.nw11997-10-201-145/+76
| | | | | Changed to cache the pointer to thread descriptor in TSS instead of caching some individual values.
* *** empty log message ***nw11997-10-161-104/+144
|
* ChangeLogTag:Wed Oct 15 10:35:38 1997 Carlos O'Ryan ↵coryan1997-10-151-1/+1
| | | | <coryan@swarm.cs.wustl.edu>
* Work in progress.nw11997-10-151-1/+239
|
* *** empty log message ***schmidt1997-08-061-0/+3
|
* Corrected ACE_hrtime_t and removed unimplemented ACE_Fixed_Set CTOR.cleeland1997-08-011-3/+0
|
* Finally, I can check these in.nw11997-07-301-6/+20
|
* Restore original version.nw11997-07-291-20/+6
|
* Added back parameterized allocation strategy version.nw11997-07-291-6/+20
|
* *** empty log message ***nw11997-07-291-20/+6
|
* *** empty log message ***nw11997-07-291-1/+2
|
* Decouple memory allocation strategy for ACE_Unbounded_Stack,nw11997-07-291-6/+19
| | | | ACE_Unbounded_Set, ACE_Unbounded_Queue.