summaryrefslogtreecommitdiff
path: root/qpid/cpp/docs
Commit message (Collapse)AuthorAgeFilesLines
* QPID-3586: Changes for QPID-3464 break cmake build in tar.gz distributionAndrew Stitcher2011-11-071-1/+1
| | | | | | | | | | - Added in the new CMake files to EXTRA_DIST in the Makefile.am files so that they get built into the tarballs - Added some cluster test files back into the .../tests/cluster.mk file as they seem to have been dropped by mistake (and having them missing also breaks the cmake build in a similar way) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1198929 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3464: Build Improvements (CMake) [from Jan-Marek Glogowski]Andrew Stitcher2011-11-031-0/+22
| | | | | | | - Improved CMake build significantly bringing it closer in parity to autotools build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1197146 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3577: undo commit - qpidd.1 changes should not have been committedKenneth Anthony Giusti2011-11-021-19/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1196656 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3577: assign null group names to the default groupKenneth Anthony Giusti2011-11-021-6/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1196635 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA: Additional doxygen comments for exceptionsGordon Sim2011-09-051-1/+40
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1165391 13f79535-47bb-0310-9956-ffa450edef68
* Predefine QMFE_EXTERN so it doesn't show up in generated output; resolves ↵Stephen D. Huston2011-05-142-2/+2
| | | | | | QPID-3258 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1103089 13f79535-47bb-0310-9956-ffa450edef68
* NO-JIRA - Doxygen Footer changeTed Ross2011-04-281-1/+1
| | | | | | | | Replaced $datetime with $date to reduce the granularity of the generated timestamp. This avoids multi-lib install problems with simultaneous builds for different machine architectures. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1097590 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3168: fix queue flow control --help textKenneth Anthony Giusti2011-03-241-202/+157
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1085065 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3160: Remove file/directory defaults from pre-generated man page.Alan Conway2011-03-222-69/+71
| | | | | | | | | | These paths will be different depending on build configuration so they can't be included in a static man page. They will still be shown by qpidd --help. Also updated the instructions in Makefile.am to include this edit step. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1084339 13f79535-47bb-0310-9956-ffa450edef68
* QPID-3160: Check in pre-generated man pageAlan Conway2011-03-223-2/+313
| | | | | | | | | | | | | Previously the man page was generated automatically from the output of qpidd --help. To make a distribution, you had to build the entire source tree just to generate the man page. This automation was of limited value as the core broker options do not change often. This commit includes a pre-generated man page. At each release we will manually re-generate and check in a new man page. Instructions are provided in docs/man/Makefile.am git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1084282 13f79535-47bb-0310-9956-ffa450edef68
* Fixed bug that led to client doxygen using broker doxygen main page.Jonathan Robie2010-12-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1050565 13f79535-47bb-0310-9956-ffa450edef68
* QPID-2963: revert changes to Doxygen header from r957222, and also remove ↵Robert Gemmell2010-12-051-9/+20
| | | | | | duplicated html,head,title,body tags git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1042473 13f79535-47bb-0310-9956-ffa450edef68
* Add PREDEFINED items so that QPID_MESSAGING_EXTERN and QMF_EXTERN do not ↵Stephen D. Huston2010-11-162-2/+2
| | | | | | show up in generated class documentation. Resolves QPID-2948. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1035509 13f79535-47bb-0310-9956-ffa450edef68
* add ASF licence to various files in the cpp treeRobert Gemmell2010-10-312-1/+39
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1029521 13f79535-47bb-0310-9956-ffa450edef68
* Turned off GraphvizJonathan Robie2010-07-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@980466 13f79535-47bb-0310-9956-ffa450edef68
* Added sections for client and management starting points, currently TBD, in ↵Jonathan Robie2010-07-291-0/+10
| | | | | | the hopes that someone will fill them in. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@980449 13f79535-47bb-0310-9956-ffa450edef68
* Added overview page, designed to list starting points for developers.Jonathan Robie2010-07-292-1/+62
| | | | | | | 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@980429 13f79535-47bb-0310-9956-ffa450edef68
* Add license to help2man replacment scripts (add shebang to the executable file)Gordon Sim2010-07-153-0/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@964527 13f79535-47bb-0310-9956-ffa450edef68
* Added sed based alternative to help2man to ensure that a reasonable man page ↵Gordon Sim2010-06-305-8/+28
| | | | | | is produced in all cases git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@959271 13f79535-47bb-0310-9956-ffa450edef68
* Fixed scripts that referred to README instead of README.txt.Jonathan Robie2010-06-231-28/+9
| | | | | | | Changes to web site template and content. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@957222 13f79535-47bb-0310-9956-ffa450edef68
* Changed code examples and references from doxygen main page to the new API ↵Jonathan Robie2010-04-291-82/+248
| | | | | | classes. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@939372 13f79535-47bb-0310-9956-ffa450edef68
* Fix typo in name; resolves QPID-2553Stephen D. Huston2010-04-271-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@938415 13f79535-47bb-0310-9956-ffa450edef68
* initial checkin of CONTENTS file -- explanation of purpose of this directory.Michael Goulish2010-03-171-0/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924173 13f79535-47bb-0310-9956-ffa450edef68
* Initial checkin of a temporary place for external code documentation.Michael Goulish2010-03-171-0/+0
| | | | | | | | Feel free to impose new structure here as we figure out what it should be. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@924171 13f79535-47bb-0310-9956-ffa450edef68
* Allow builder to generate developer docs as well as user API docs.Stephen D. Huston2010-03-051-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@919242 13f79535-47bb-0310-9956-ffa450edef68
* Add header.html and footer.html to dist files; resolves QPID-2302Stephen D. Huston2010-01-051-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@896236 13f79535-47bb-0310-9956-ffa450edef68
* Don't load modules from default module dir when running help2man.Alan Conway2009-11-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@884125 13f79535-47bb-0310-9956-ffa450edef68
* Don't load from default module dir when generating man page.Alan Conway2009-11-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@884116 13f79535-47bb-0310-9956-ffa450edef68
* Removed the Visual Studio solution/project files, as these are now generated ↵Stephen D. Huston2009-11-201-1/+1
| | | | | | by CMake. Added CMakeLists.txt files to Makefile.am, and all other needed support files so that the 'make dist' supplies all needed items for building a release kit on Windows. Fixes QPID-2134 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@882373 13f79535-47bb-0310-9956-ffa450edef68
* Move the kit-building settings out of CMakeLists.txt to a new file, ↵Stephen D. Huston2009-11-131-1/+5
| | | | | | BuildInstallSettings.cmake. Changed the examples's vcproj files to refer to the installed header/lib locations instead of in the source tree locations; also adjusted the names to match directories and look sensible in the solution list. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@835652 13f79535-47bb-0310-9956-ffa450edef68
* Add API doc generation and install to CMake build.Stephen D. Huston2009-10-161-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@826092 13f79535-47bb-0310-9956-ffa450edef68
* Consistently show qpid-based paths in #include directives. Help this work ↵Stephen D. Huston2009-10-161-4/+4
| | | | | | from a CMake build. Fixes QPID-2151 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@826088 13f79535-47bb-0310-9956-ffa450edef68
* Fixed doxygen generation for the C++ APIsTed Ross2009-08-192-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@805955 13f79535-47bb-0310-9956-ffa450edef68
* Separate generated public header files from non-public headers, generated ↵Alan Conway2009-07-272-2/+2
| | | | | | | | | | | | | | | | | | | | 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@798291 13f79535-47bb-0310-9956-ffa450edef68
* Fix include paths for doxygen generated API doc.Alan Conway2009-07-202-4/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795947 13f79535-47bb-0310-9956-ffa450edef68
* Fix problem with in-tree builds.Alan Conway2009-07-201-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@795853 13f79535-47bb-0310-9956-ffa450edef68
* Merge branch 'move_public_h_to_include' into trunkAlan Conway2009-07-151-3/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794325 13f79535-47bb-0310-9956-ffa450edef68
* Added qpid:Exception to the client API documentation.Jonathan Robie2009-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@792194 13f79535-47bb-0310-9956-ffa450edef68
* Include non-keyword versions of the session classes for documentation of ↵Jonathan Robie2009-05-081-1/+1
| | | | | | parameters. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@773067 13f79535-47bb-0310-9956-ffa450edef68
* Changes to build DLLs instead of static libs on Windows; primarily added ↵Stephen D. Huston2009-03-122-4/+4
| | | | | | decorators to exported names. Fixes QPID-1673 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@753014 13f79535-47bb-0310-9956-ffa450edef68
* Removed class diagrams (to save space and simplify generated documentation).Jonathan Robie2009-01-291-12/+12
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@738892 13f79535-47bb-0310-9956-ffa450edef68
* Modified footer and header for Google baitJonathan Robie2009-01-142-2/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734451 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF licensing headers to the following filesRajith Muditha Attapattu2008-12-196-0/+126
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@728091 13f79535-47bb-0310-9956-ffa450edef68
* Added ASF license to makefilesGordon Sim2008-12-152-0/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@726710 13f79535-47bb-0310-9956-ffa450edef68
* Added generated framing headers to doxygen documentation.Jonathan Robie2008-11-251-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@720596 13f79535-47bb-0310-9956-ffa450edef68
* Housecleaning - removed Session_099 filter, removed jrobie path from ↵Jonathan Robie2008-11-172-2/+2
| | | | | | developer.doxygen.in git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@718294 13f79535-47bb-0310-9956-ffa450edef68
* Modified user.doxygen.in to incorporate main page documentation.Jonathan Robie2008-11-172-22/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@718278 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1294 (Johnathan Robie) Improved doxygen generation. Files missed in ↵Alan Conway2008-11-056-0/+1168
| | | | | | previous commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@711708 13f79535-47bb-0310-9956-ffa450edef68
* QPID-1294 (Johnathan Robie) Improved doxygen generation.Alan Conway2008-11-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@711702 13f79535-47bb-0310-9956-ffa450edef68
* Split logging options into portable options and sink-related options that ↵Stephen D. Huston2008-10-151-3/+3
| | | | | | are platform-specific. Re-did sink options for Posix as discussed on qpid-dev (no more --log-output, but more specific --log-to-<target> options. Allows addition of Windows options without further reorg of Posix code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@705083 13f79535-47bb-0310-9956-ffa450edef68