| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
QPID-3258
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1103089 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
show up in generated class documentation. Resolves QPID-2948.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1035509 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1029521 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@980466 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
| |
Currently lists starting points for the broker. Need similar sections for client, management, etc.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@980429 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
code re-organization.
The gen/ directory has been removed, code is now generated into:
$(builddir)/src - all .cpp files and non-public .h files.
$(builddir)/include - all public .h files.
The gen/ directory was originally intended to separate generated code
from hand-written code. However both automake and cmake allow you to
direct all build output, including generated code, into a separate
build directory. In fact both recommend you build this way.
Keeping the gen/ directory meant there would have been a total of 8
places to look for header files, all the combinations of
builddir/srcdir, src/include and gen/no-gen. This was a mess, 4 is bad
enough.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@798291 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@795947 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
decorators to exported names. Fixes QPID-1673
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@753014 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
|
|
| |
developer.doxygen.in
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718294 13f79535-47bb-0310-9956-ffa450edef68
|
|
|
|
| |
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@718278 13f79535-47bb-0310-9956-ffa450edef68
|
|
* src/Makefile.am:
- Added missing .h files in distribution.
* src & tests Makefile.am:
- Made generated .mk fragments maintaner-clean, not distclean, otherwise
distclean followed by a VPATH build fails.
* cpp/src/tests/quick_topictest: cat error log on failure.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@527325 13f79535-47bb-0310-9956-ffa450edef68
|