| commit | 868caf5420653a5536a343f1745535dceb3461a0 | [log] [tgz] |
|---|---|---|
| author | Andrew Stitcher <astitcher@apache.org> | Fri Aug 12 01:52:17 2016 -0400 |
| committer | Andrew Stitcher <astitcher@apache.org> | Fri Aug 12 02:05:57 2016 -0400 |
| tree | 149046254b394b124bbc7dbc109380753cbb19a3 | |
| parent | 484843fcfb974e6217a976098988d34ef8290850 [diff] |
QPID-7392: Judicious use of template specialisations to avoid code which generates warnings on instantiation
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.