Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | QPID-7207: remove cpp and python subdirs from svn trunk, they have migrated ↵ | Robert Gemmell | 2016-07-05 | 1 | -34/+0 |
| | | | | | | to their own git repositories git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1751566 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Tidied up namespace usage | Andrew Stitcher | 2009-09-09 | 1 | -2/+4 |
| | | | | | | Miscelleneous whitespace fixes git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@813094 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | Export callMe on Windows; fixes QPID-1958 | Stephen D. Huston | 2009-06-26 | 1 | -1/+5 |
| | | | | git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@788889 13f79535-47bb-0310-9956-ffa450edef68 | ||||
* | 2007-07-02 <aconway@redhat.com | Alan Conway | 2007-07-04 | 1 | -0/+28 |
* qpid/sys/Shlib.h, .cpp: Portable shared library abstraction. - Shlib: load, unload, getSymbol - AutoShlib: unload in destructor. * qpid/sys/apr/Shlib.cpp sys/posix/Shlib.cpp: APR/Posix impls * qpid/sys/Module.h: Reimplemented Module in terms of AutoShlib. * qpid/Plugin.cpp, .h: Removed dlopen - use Shlib instead. * qpid/broker/Broker.cpp: Added missing #include "qpid/log/Statement.h" * tests/Shlib.cpp, shlibtest.cpp: Unit test git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@553056 13f79535-47bb-0310-9956-ffa450edef68 |