summaryrefslogtreecommitdiff
path: root/cpp/managementgen
Commit message (Expand)AuthorAgeFilesLines
* QMF: fix object name separator, use native bool typeKenneth Anthony Giusti2010-04-201-1/+1
* QPID-2506: enable map and list method arguments.Kenneth Anthony Giusti2010-04-141-2/+2
* Fix testagent for changes in r933842Gordon Sim2010-04-141-0/+1
* QPID-2489 - Added wrapped version of Mutex to isolate QMF-generated source fr...Ted Ross2010-04-093-11/+11
* QPID-2489 - Remove references to boost:: and qpid::framing:: from QMF-generat...Ted Ross2010-04-095-59/+62
* Merged the changes from the qmf-devel0.7a branch back to the trunk.Ted Ross2010-03-319-68/+552
* QPID-2436: Drop the vhost prefix in QMF V2keys.Alan Conway2010-03-081-7/+8
* Added encode/decode/encodedSize methods for management objects.Ted Ross2010-02-044-35/+61
* Changes to management code generation:Ted Ross2010-02-034-29/+85
* QPID-2245 QMF protocol changes will make 0.6 incompatible with 0.5Ted Ross2009-12-112-2/+1
* Removed the Visual Studio solution/project files, as these are now generated ...Stephen D. Huston2009-11-201-1/+1
* Added more install-related content to the CMake structure.Stephen D. Huston2009-10-071-15/+4
* Separate generated public header files from non-public headers, generated cod...Alan Conway2009-07-271-2/+2
* Fix make build to generate code into the build treeAndrew Stitcher2009-07-021-1/+1
* QPID-1786 - Committed qmf patches from Bryan KearneyTed Ross2009-06-113-1/+3
* Fix managementgen so to avoid trying to move files cross fsAndrew Stitcher2009-05-211-1/+1
* QPID-1843 - Cleaned up the interface to the broker's internal management agent.Ted Ross2009-05-117-17/+51
* Fixed to allow use of cmake 2.4Andrew Stitcher2009-04-281-1/+1
* Merge in initial changes to allow building with CMake; rubygen and management...Stephen D. Huston2009-04-234-4/+175
* Removed duplicate license textTed Ross2009-01-151-21/+0
* Added ASF licensing headers to the following filesRajith Muditha Attapattu2008-12-191-0/+21
* Added ASF license to makefilesGordon Sim2008-12-151-0/+18
* Minor correction to included ASF licenseGordon Sim2008-12-153-3/+3
* Management optimization: don't send (empty) statistic updates for objectTed Ross2008-12-081-15/+16
* Fixed a performance regression caused by the management code.Ted Ross2008-12-011-4/+0
* Bug fixes for QMF:Ted Ross2008-11-261-4/+4
* Fixed several problems related to qmf update timestamps:Ted Ross2008-11-211-0/+4
* Renamed the python package for the qmf code generation as it conflictsTed Ross2008-11-2114-19/+19
* Generalized the creation of makefile fragments in qmf code generation.Ted Ross2008-11-123-15/+50
* Rename schema names OPTIONAL and INDEX to IS_OPTIONAL and IS_INDEX to avoid n...Stephen D. Huston2008-10-282-4/+4
* Fix to build needed directory tree on Windows; fixes QPID-1407Stephen D. Huston2008-10-281-1/+1
* Use a str16 instead of str8 for qmf method response textTed Ross2008-10-241-1/+1
* QPID-1360 - Scaling improvements for QMFTed Ross2008-10-151-3/+3
* QPID-1327 - Added optional severity override in the eventRaise methodTed Ross2008-10-092-2/+5
* QPID-1327 - Added severity field to events, cleaned up routing key usageTed Ross2008-10-081-0/+16
* Fixed a couple of distribution bugsTed Ross2008-10-081-0/+2
* QPID-1327 - Event support for ManagementTed Ross2008-10-078-111/+315
* Add initialization for properties not in the constructor argumentsTed Ross2008-09-222-3/+10
* Added needed includes for generated Arg*.h filesTed Ross2008-09-221-0/+2
* Backed out makefile-dependency changes. They break vpath buildsTed Ross2008-09-172-12/+8
* Removed some dead codeTed Ross2008-09-171-6/+1
* Added missing Makefile dependencies for ACL and Cluster schema filesTed Ross2008-09-172-8/+17
* An improved way of dealing with installed headersTed Ross2008-09-152-5/+21
* Fixed a bug affecting 'make install' for generated qmf headersTed Ross2008-09-151-2/+2
* QPID-1274 - Changed C++ namespace for generated management code. Improved ef...Ted Ross2008-09-159-69/+126
* QPID-1279 Implementations of management methods can now return error strings ...Ted Ross2008-09-102-4/+5
* Removed @staticmethod decorator which is unsupported by older Python versionsTed Ross2008-09-091-1/+1
* QPID-1274 - qmf-gen can now generate code from multiple schema files. Uses _...Ted Ross2008-09-093-31/+27
* QPID-1274 - Made qmf-gen smarter about finding its data filesTed Ross2008-09-051-2/+19
* QPID-1274 - Moved management-gen data files into the qmf subdirectory to fix ...Ted Ross2008-09-0510-16/+14