| Commit message (Expand) | Author | Age | Files | Lines |
* | initial checkin of CONTENTS file -- explanation of purpose of this directory. | Michael Goulish | 2010-03-17 | 1 | -0/+12 |
* | Initial checkin of a temporary place for external code documentation. | Michael Goulish | 2010-03-17 | 1 | -0/+0 |
* | Allow builder to generate developer docs as well as user API docs. | Stephen D. Huston | 2010-03-05 | 1 | -1/+4 |
* | Add header.html and footer.html to dist files; resolves QPID-2302 | Stephen D. Huston | 2010-01-05 | 1 | -1/+2 |
* | Don't load modules from default module dir when running help2man. | Alan Conway | 2009-11-25 | 1 | -1/+1 |
* | Don't load from default module dir when generating man page. | Alan Conway | 2009-11-25 | 1 | -1/+1 |
* | Removed the Visual Studio solution/project files, as these are now generated ... | Stephen D. Huston | 2009-11-20 | 1 | -1/+1 |
* | Move the kit-building settings out of CMakeLists.txt to a new file, BuildInst... | Stephen D. Huston | 2009-11-13 | 1 | -1/+5 |
* | Add API doc generation and install to CMake build. | Stephen D. Huston | 2009-10-16 | 1 | -0/+36 |
* | Consistently show qpid-based paths in #include directives. Help this work fro... | Stephen D. Huston | 2009-10-16 | 1 | -4/+4 |
* | Fixed doxygen generation for the C++ APIs | Ted Ross | 2009-08-19 | 2 | -2/+4 |
* | Separate generated public header files from non-public headers, generated cod... | Alan Conway | 2009-07-27 | 2 | -2/+2 |
* | Fix include paths for doxygen generated API doc. | Alan Conway | 2009-07-20 | 2 | -4/+3 |
* | Fix problem with in-tree builds. | Alan Conway | 2009-07-20 | 1 | -1/+2 |
* | Merge branch 'move_public_h_to_include' into trunk | Alan Conway | 2009-07-15 | 1 | -3/+1 |
* | Added qpid:Exception to the client API documentation. | Jonathan Robie | 2009-07-08 | 1 | -1/+1 |
* | Include non-keyword versions of the session classes for documentation of para... | Jonathan Robie | 2009-05-08 | 1 | -1/+1 |
* | Changes to build DLLs instead of static libs on Windows; primarily added deco... | Stephen D. Huston | 2009-03-12 | 2 | -4/+4 |
* | Removed class diagrams (to save space and simplify generated documentation). | Jonathan Robie | 2009-01-29 | 1 | -12/+12 |
* | Modified footer and header for Google bait | Jonathan Robie | 2009-01-14 | 2 | -2/+31 |
* | Added ASF licensing headers to the following files | Rajith Muditha Attapattu | 2008-12-19 | 6 | -0/+126 |
* | Added ASF license to makefiles | Gordon Sim | 2008-12-15 | 2 | -0/+36 |
* | Added generated framing headers to doxygen documentation. | Jonathan Robie | 2008-11-25 | 1 | -2/+2 |
* | Housecleaning - removed Session_099 filter, removed jrobie path from develope... | Jonathan Robie | 2008-11-17 | 2 | -2/+2 |
* | Modified user.doxygen.in to incorporate main page documentation. | Jonathan Robie | 2008-11-17 | 2 | -22/+23 |
* | QPID-1294 (Johnathan Robie) Improved doxygen generation. Files missed in prev... | Alan Conway | 2008-11-05 | 6 | -0/+1168 |
* | QPID-1294 (Johnathan Robie) Improved doxygen generation. | Alan Conway | 2008-11-05 | 1 | -2/+2 |
* | Split logging options into portable options and sink-related options that are... | Stephen D. Huston | 2008-10-15 | 1 | -3/+3 |
* | Updated doxygen comments in qpid/client/*.h | Alan Conway | 2008-06-09 | 1 | -5/+5 |
* | Use help2man if available, pre-generated qpidd.1 if available, fall back to d... | Alan Conway | 2008-06-03 | 1 | -6/+9 |
* | Make help2man and doxygen dependencies optional. | Alan Conway | 2008-05-26 | 2 | -0/+10 |
* | Fix doxygen warnings. | Alan Conway | 2008-04-02 | 1 | -26/+0 |
* | Fix typo in man page: log.output -> log-output | Alan Conway | 2008-03-18 | 1 | -2/+2 |
* | Editorial changes to man page text. | Alan Conway | 2007-10-16 | 1 | -3/+3 |
* | * docs/man/qpidd.x: Explain configuration options. | Alan Conway | 2007-10-04 | 1 | -3/+33 |
* | Make check now starts a broker on a dynamically assigned port, so | Alan Conway | 2007-06-27 | 1 | -1/+1 |
* | Logging infrastructure: See qpidd --long-help for details. | Alan Conway | 2007-05-30 | 1 | -1/+1 |
* | * docs/api/Makefile.am: Adding html.timestamp to clean target. | Alan Conway | 2007-05-18 | 1 | -1/+1 |
* | Fix make distcheck | Alan Conway | 2007-05-18 | 1 | -1/+1 |
* | Makefile fixes to get make distcheck passing. | Alan Conway | 2007-05-01 | 2 | -4/+4 |
* | - docs/man/qpidd.x: explain file and environment configuration. | Alan Conway | 2007-04-26 | 1 | -2/+13 |
* | * Moved code generation into top-level gen/ dir with own Makefile.am | Alan Conway | 2007-04-14 | 1 | -1/+1 |
* | * cpp/qpid-config.in, Makefile.am, configure.ac: added qpid-config script. | Alan Conway | 2007-04-12 | 2 | -30/+5 |
* | * cpp/qpidc.spec.in: Added qpidd-devel sub-package. | Alan Conway | 2007-04-11 | 2 | -3/+5 |
* | * Fixes to enable VPATH builds. | Alan Conway | 2007-04-11 | 1 | -1/+1 |
* | * docs/api/*: Fixed API doc generation to work with VPATH builds. | Alan Conway | 2007-04-10 | 5 | -30/+32 |
* | Fixed autmake $wildcard warnings, added html-dev to generate full doxygen for... | Alan Conway | 2007-03-30 | 3 | -15/+33 |
* | Renamed cpp-0-9 to cpp | Alan Conway | 2007-03-21 | 5 | -0/+2531 |
* | * cpp: svn removed, will rename cpp-0-9 | Alan Conway | 2007-03-21 | 4 | -1290/+0 |
* | Patch from Jim Meyering (jim@meyering.net) submitted on dev list. | Gordon Sim | 2007-01-23 | 1 | -6/+5 |