[Nrtb-core] [Merge] lp:~fpstovall/nrtb/circular_queue into lp:nrtb

2011-10-06 Thread Rick Stovall
Rick Stovall has proposed merging lp:~fpstovall/nrtb/circular_queue into lp:nrtb. Requested reviews: NRTB Core (nrtb-core): code For more details, see: https://code.launchpad.net/~fpstovall/nrtb/circular_queue/+merge/78527 Added the following to the nrtb c++ common library: Circlar_queue; a

[Nrtb-core] [Blueprint nrtb-circular-queue] Thread-safe circular buffer/queue

2011-10-06 Thread Rick Stovall
Blueprint changed by Rick Stovall: Whiteboard changed: The new circular_queue template class will in the nrtb_common lib and will provide the following interface: - constructor and destructor -push // put in the queue -pull // get from the queue -park // blocks the calling

Re: [Nrtb-core] [Merge] lp:~fpstovall/nrtb/circular_queue into lp:nrtb

2011-10-06 Thread Rick Stovall
Review: Approve merge test Test merge to the alpha branch has been completed. A test build of common was completed and all unit tests were reviewed and verified to have completed correctly. There were no issues found. -- https://code.launchpad.net/~fpstovall/nrtb/circular_queue/+merge/78527