| commit | e65f39fe5d0ae68552b19a2571c3d4d943da6327 | [log] [tgz] |
|---|---|---|
| author | Andrew Stitcher <astitcher@apache.org> | Fri Aug 12 17:07:06 2016 -0400 |
| committer | Andrew Stitcher <astitcher@apache.org> | Fri Aug 12 17:07:06 2016 -0400 |
| tree | 2a48915556cf8f65881d4f7d809555a7ad78b73e | |
| parent | 610fad131738bfe1bf588326362772c49cea7eba [diff] |
QPID-7395: Avoid infinite recursion in SocketAddress::operator=
Qpid C++ is a C++ implementation of the AMQP protocol described at http://amqp.org/.
For additional software or information on the Qpid project go to:
For documentation, go to:
In C++ distributions:
mkdir BLD # The recommended way to use cmake is in a separate
# build directory
cd BLD
cmake .. # Generates code and makefiles
make test # Runs tests
make install # Installs the client and daemon
The INSTALL.txt notes contain more detailed information on compiling and installing this software.
examples/README.txt describes the C++ client API examples.