summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf/python
Commit message (Collapse)AuthorAgeFilesLines
* QPID-2064 - add python bindings for qmf (c++)Ted Ross2009-09-023-8/+972
| | | | | | | Applied patch from Ken Giusti git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@810523 13f79535-47bb-0310-9956-ffa450edef68
* Cleaned up the makefiles in the QMF bindings area.Ted Ross2009-08-111-6/+6
| | | | | | | | Added tests for the QMF bindings. Removed spurious "cout" prints from qmf/Agent.cpp git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@803156 13f79535-47bb-0310-9956-ffa450edef68
* Separate generated public header files from non-public headers, generated ↵Alan Conway2009-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* Added missing license textTed Ross2009-06-112-0/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@783871 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1874 - More Makefile fixes for vpath buildsTed Ross2009-06-031-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781353 13f79535-47bb-0310-9956-ffa450edef68
* Bit more fixed for QPID-1874Andrew Stitcher2009-06-021-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781046 13f79535-47bb-0310-9956-ffa450edef68
* Fixed out of tree build broken by QPID-1874Andrew Stitcher2009-06-021-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@781040 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1874 - Patch from Ian MainTed Ross2009-06-012-0/+45
This patch provides the Ruby binding for QMF Agent and the framework for the Python bindings. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@780837 13f79535-47bb-0310-9956-ffa450edef68