10
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Makefile support for optimized release build. Do make BUILD=RELEASE. More... over 17 years ago
QPID-52: use of tr1 and unordered_map break build or RHEL4. Replaced unordered_map with std::map. Use boost::shared_ptr instead of std::tr1::shared_ptr. Since we're using boost for other things now anyway it's simpler & more portable. More... over 17 years ago
Tidy-up of generated code More... over 17 years ago
Fixed deps to ensure unit tests are built.
gordonsim
as Gordon Sim
More... over 17 years ago
Updated stylesheet for generator such that a const reference is used where a FieldTable is passed as an argument to a method body.
gordonsim
as Gordon Sim
More... over 17 years ago
Fixed various minor TODO issues. More... over 17 years ago
Remove bad assert More... over 17 years ago
Fix build problems in makefile & client tests. More... over 17 years ago
Fix core dump if address in use. More... over 17 years ago
Fix #include dependencies. More... over 17 years ago
Removed dependencies on linked libraries to avoid needless relinking. Header dependencies will cause libraries to relink when necessary. More... over 17 years ago
Re enable python tests accidentally commented out in previous checkin. More... over 17 years ago
Fix problem with generated code re-starting makefile. More... over 17 years ago
Link with absolute paths to qpid libs so exes work anywhere. More... over 17 years ago
Add apr-1/ prefix to APR #includes to pick up from standard location. More... over 17 years ago
Renamed unit tests to follow naming conventions, fixed some #include inconsistencies. More... over 17 years ago
Build system reorg, see README and Makefile comments for details. More... over 17 years ago
Converted broker to a class for use in tests, plugins etc. qpid::Exception base class for all exceptions, inherits std::exception. Require boost on all platforms: http://www.boost.org, 'yum boost' on fedora. More... over 17 years ago
Fixed bug causing ChannelTest.testDeliveryNoAck to fail intermittently.
gordonsim
as Gordon Sim
More... over 17 years ago
Renamed to follow naming conventions. More... over 17 years ago
Turned up gcc warnings, fixed warnings in code, enabled -Werror. Note: #include "qpid_test_plugin.h" instead of <cppunit/TestPlugin.h> Works around warning from a cppunit macro. More... over 17 years ago
Implementation of basic_get.
gordonsim
as Gordon Sim
More... over 17 years ago
Implementation and tests for basic_qos (i.e. prefetching)
gordonsim
as Gordon Sim
More... over 17 years ago
Decoupled routing from the channel and message classes.
gordonsim
as Gordon Sim
More... over 17 years ago
Cleanup of unused classes.
gordonsim
as Gordon Sim
More... over 17 years ago
Ignore qpidd logs from Makefile. More... over 17 years ago
New files missed from yesterdays checkin, apologies! More... over 17 years ago
[no comment] More... over 17 years ago
Moved ack tests to basic class, added test for requeueing on recovery. Implemented requeuing on recovery.
gordonsim
as Gordon Sim
More... over 17 years ago
Initial implementation of basic_ack & basic_recover
gordonsim
as Gordon Sim
More... over 17 years ago