Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pure unicode fixes. | nanbor | 1999-07-05 | 1 | -5/+5 |
| | |||||
* | . | schmidt | 1999-06-09 | 1 | -4/+5 |
| | |||||
* | * ace/Message_Queue_T.cpp (close): | Ossama Othman | 1999-05-15 | 1 | -2/+2 |
| | | | | | | | | Temporary variable wasn't declared. * ace/Message_Queue_T.cpp (remove_messages): Removed unused variable. | ||||
* | . | schmidt | 1999-05-14 | 1 | -324/+247 |
| | |||||
* | replaced raw ACE_Read_Guards with ACE_READ_GUARD_RETURN macros. That | levine | 1999-05-14 | 1 | -6/+6 |
| | | | | | | avoids a compiler warning (egcs 1.1.1/SunOS 5.7) now that the ACE_Guard<Null_Mutex> destructor has been removed. Thanks to Irfan and Carlos for suggesting this fix. | ||||
* | . | schmidt | 1999-02-16 | 1 | -82/+67 |
| | |||||
* | ACE_Message_Queue_NT changes. | nanbor | 1998-12-11 | 1 | -0/+15 |
| | |||||
* | changed include protection from #if !defined to ifndef, and added #pragma ↵ | levine | 1998-11-18 | 1 | -6/+10 |
| | | | | once, if possible | ||||
* | *** empty log message *** | schmidt | 1998-09-21 | 1 | -3/+1 |
| | |||||
* | Adjusted indentation. | nanbor | 1998-08-11 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | nanbor | 1998-08-06 | 1 | -221/+216 |
| | |||||
* | fixed enqueue_tail bug in dynamic message queue | cdgill | 1998-07-24 | 1 | -6/+12 |
| | |||||
* | fixed message and byte counting bugs | cdgill | 1998-07-15 | 1 | -7/+55 |
| | |||||
* | (refresh_{late,pending}_queue): removed some breaks following | levine | 1998-07-14 | 1 | -6/+0 |
| | | | | | ACE_ERROR_RETURNs, to avoid compiler warnings about unreachable statements. | ||||
* | (create_Vx_message_queue): added template <ACE_SYNCH_DECL>. | levine | 1998-07-14 | 1 | -69/+70 |
| | |||||
* | refined dynamic queues based on performance test results | cdgill | 1998-07-13 | 1 | -296/+737 |
| | |||||
* | Added RCS Id strings to cpp files via a macro that can be turned off | gonzo | 1998-07-11 | 1 | -0/+2 |
| | |||||
* | Support for Borland C++ 5.x as DLL | gonzo | 1998-07-10 | 1 | -4/+4 |
| | |||||
* | added cleanup strategy factory methods | cdgill | 1998-06-30 | 1 | -0/+53 |
| | |||||
* | Dynamic Priority Queue test | cdgill | 1998-06-30 | 1 | -56/+250 |
| | |||||
* | Fixed priority_eval_func_ptr references.... well, they compile. I don't know if | Steve Huston | 1998-06-30 | 1 | -2/+2 |
| | | | | they work right or not. | ||||
* | Added explicit class names for members of parent template classes. Required | Steve Huston | 1998-06-30 | 1 | -26/+18 |
| | | | | for ANSI C++ (HP-UX aCC). Fixed some other compiler errors. | ||||
* | On VxWorks, added ACE_Message_Queue_Vx to wrap native VxWorks message queues | levine | 1998-06-26 | 1 | -0/+984 |